2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/gfig/Makefile.am (SUBDIRS): added back gfig-examples * plug-ins/gfig/gfig-examples/Makefile.am: cleanup.
17 lines
265 B
Makefile
17 lines
265 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
gfigdatadir = $(gimpdatadir)/gfig
|
|
|
|
gfigdata_DATA = \
|
|
A_star \
|
|
curves \
|
|
polys \
|
|
ring \
|
|
ring+star \
|
|
simily \
|
|
spirals_and_stars \
|
|
sprial \
|
|
star2 \
|
|
stars
|
|
|
|
EXTRA_DIST = $(gfigdata_DATA)
|