1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = \
4	-DUSE_INTERFACE=1	\
5	-I$(srcdir)/..		\
6	$(GLIB_CFLAGS)
7
8noinst_LIBRARIES = libftx.a
9
10libftx_a_SOURCES = ftx.c ftx.h
11
12EXTRA_DIST = \
13	LICENSE			\
14	README			\
15	ftx-functions.txt	\
16	listhome.scm
17