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