83552956cdc5151a7880e6fe121293213406e000
[apps/madmutt.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AR=@AR@
4
5 AUTOMAKE_OPTIONS = foreign
6
7 INCLUDES = -I$(top_srcdir) -I../intl
8
9 noinst_LIBRARIES = libsane.a
10 noinst_HEADERS = mem.h str.h exit.h intl.h list.h rx.h debug.h
11
12 libsane_a_SOURCES = mem.c exit.c str.c list.c rx.h \
13                     mem.h exit.h str.h list.h rx.c debug.h intl.h
14
15 if WANT_DEBUG
16 libsane_a_SOURCES += debug.c
17 endif