2d75bb31f55486d06293371f1ef762eb2052d0d3
[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 noinst_LIBRARIES = libsane.a
8 noinst_HEADERS = str.h exit.h list.h rx.h debug.h
9
10 libsane_a_SOURCES = exit.c str.c list.c rx.h debug.h \
11                     exit.h str.h list.h rx.c debug.c
12
13 -include ../cflags.mk