2008-03-24 Michael Natterer <mitch@gimp.org> * plug-ins/map-object * plug-ins/gradient-flare * plug-ins/ifs-compose * plug-ins/selection-to-path * plug-ins/lighting * plug-ins/help-browser * plug-ins/fli: rename files in these folders to have no underscores and match new names of the plug-ins. * configure.in: changed accordingly. svn path=/trunk/; revision=25197
15 lines
239 B
Makefile
15 lines
239 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
flaredir = $(gimpdatadir)/gflare
|
|
|
|
flare_DATA = \
|
|
Bright_Star \
|
|
Classic \
|
|
Distant_Sun \
|
|
Default \
|
|
GFlare_101 \
|
|
GFlare_102 \
|
|
Hidden_Planet
|
|
|
|
EXTRA_DIST = $(flare_DATA)
|