X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=8f21b15f759a173edf639c9580dce18a72210bbd;hb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1;hp=5c0d96193bc133088006ec437eb9aac0b49bd504;hpb=90d59c61839822ec7897955ffa815eb358224d2c;p=apps%2Fmadmutt.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 5c0d961..8f21b15 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,10 +4,9 @@ AR=@AR@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir) -I../intl - noinst_LIBRARIES = libsane.a -noinst_HEADERS = mem.h str.h exit.h intl.h list.h rx.h debug.h +noinst_HEADERS = list.h + +libsane_a_SOURCES = list.c list.h -libsane_a_SOURCES = mem.c exit.c str.c list.c rx.h debug.h \ - mem.h exit.h str.h list.h rx.c debug.c intl.h +-include ../cflags.mk