move hash.[hc] into lib-lib/
[apps/madmutt.git] / lib-lib / Makefile.am
index 3233c27..fe73d73 100644 (file)
@@ -1,7 +1,7 @@
 noinst_LIBRARIES = liblib.a
 
-liblib_a_SOURCES = mem.h str.h                                               \
-                         str.c
+liblib_a_SOURCES = mem.h str.h ascii.h buffer.h hash.h                       \
+                         str.c ascii.c buffer.c hash.c
 
-noinst_HEADERS = mem.h str.h
+noinst_HEADERS   = mem.h str.h ascii.h buffer.h hash.h