X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e76c232117fda4b4b1e896a67a850969ea827878;hb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a;hp=775d21e7ef30128d30d67e3facb8d70a5e1c250e;hpb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e;p=apps%2Fmadmutt.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 775d21e..e76c232 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,9 +5,8 @@ AR=@AR@ AUTOMAKE_OPTIONS = foreign noinst_LIBRARIES = libsane.a -noinst_HEADERS = list.h rx.h debug.h +noinst_HEADERS = list.h rx.h -libsane_a_SOURCES = list.c rx.h debug.h \ - list.h rx.c debug.c +libsane_a_SOURCES = list.c rx.h list.h rx.c -include ../cflags.mk