move rx.[hc].
[apps/madmutt.git] / lib-lib / Makefile.am
index dd9b5b8..89120e3 100644 (file)
@@ -3,10 +3,10 @@ noinst_LIBRARIES = liblib.a
 liblib_a_SOURCES = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
                          str.c ascii.c buffer.c hash.c list.c file.c mapping.c \
                   \
-                  date.h debug.h                                              \
-                  date.c debug.c
+                  date.h debug.h rx.h                                         \
+                  date.c debug.c rx.c
 
 noinst_HEADERS   = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
-                  date.c
+                  date.h debug.h rx.h
 
 -include ../cflags.mk