diff options
Diffstat (limited to '')
-rw-r--r-- | plug-ins/gradient-flare/flares/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plug-ins/gradient-flare/flares/Makefile.am b/plug-ins/gradient-flare/flares/Makefile.am new file mode 100644 index 0000000..930cf1f --- /dev/null +++ b/plug-ins/gradient-flare/flares/Makefile.am @@ -0,0 +1,14 @@ +## 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) |