2004-10-08 Kevin Cozens <kcozens@cvs.gimp.org>
* ftx/Makefile.am
* re/Makefile.am
* scripts/Makefile.am
* scripts/images/Makefile.am
* tiny-fu/Makefile.am
* tinyscheme/Makefile.am: Cleaned up files, added EXTRA_DIST with
list of files to include in a distribution. Fixed typo in filename
in the re/Makefile.am file.
16 lines
309 B
Makefile
16 lines
309 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CFLAGS = \
|
|
-DUSE_INTERFACE=1 \
|
|
-I$(top_srcdir) \
|
|
$(GIMP_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libftx.a
|
|
|
|
libftx_a_SOURCES = ftx.c ftx.h
|
|
|
|
EXTRA_DIST = \
|
|
LICENSE \
|
|
README \
|
|
ftx-functions.txt \
|
|
listhome.scm
|