X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lib%2FMakefile.am;h=89120e3fad7f8330e2ef512434db2105eae26de0;hb=97677c08933e16e25ecb3c12473ef1efdab7962b;hp=dd9b5b8d798b71378755a64d8b7b8ca57d36132a;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a;p=apps%2Fmadmutt.git diff --git a/lib-lib/Makefile.am b/lib-lib/Makefile.am index dd9b5b8..89120e3 100644 --- a/lib-lib/Makefile.am +++ b/lib-lib/Makefile.am @@ -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