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