drop the old string API fully.
[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 = list.h rx.h debug.h
9
10 libsane_a_SOURCES = list.c rx.h debug.h \
11                     list.h rx.c debug.c
12
13 -include ../cflags.mk