drop str_adjust: we don't care about a few octets unused, please do me a
[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 list.h rx.h debug.h
9
10 libsane_a_SOURCES = str.c list.c rx.h debug.h \
11                     str.h list.h rx.c debug.c
12
13 -include ../cflags.mk