X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lib%2FMakefile.am;h=035dcba242a9b388f2f4d1b35ae26b63657065ca;hb=10e80e482eff3762b0b8d41b0c7795b76704479c;hp=89120e3fad7f8330e2ef512434db2105eae26de0;hpb=03fe827a7d4a7ad79ac235654414aa339a9a2c9a;p=apps%2Fmadmutt.git diff --git a/lib-lib/Makefile.am b/lib-lib/Makefile.am index 89120e3..035dcba 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 rx.h \ - date.c debug.c rx.c + date.h debug.h rx.h url.h \ + date.c debug.c rx.c url.c noinst_HEADERS = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h \ - date.h debug.h rx.h + date.h debug.h rx.h url.h -include ../cflags.mk