X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=5c0d96193bc133088006ec437eb9aac0b49bd504;hb=50159c7895acc32e014ca5832e461f05c3d98fe3;hp=83552956cdc5151a7880e6fe121293213406e000;hpb=814a01519c9605d479201b99eb16c97b0ad8635d;p=apps%2Fmadmutt.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 8355295..5c0d961 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,9 +9,5 @@ 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 -libsane_a_SOURCES = mem.c exit.c str.c list.c rx.h \ - mem.h exit.h str.h list.h rx.c debug.h intl.h - -if WANT_DEBUG -libsane_a_SOURCES += debug.c -endif +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