9d687abdbea160b4bb2ed6fcda50d31a7f239ead
[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 = str.h exit.h intl.h list.h rx.h debug.h
11
12 libsane_a_SOURCES = exit.c str.c list.c rx.h debug.h \
13                     exit.h str.h list.h rx.c debug.c intl.h
14
15 -include ../cflags.mk