[gnome-video-effects] use wildcards for effect files in autotools config
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-video-effects] use wildcards for effect files in autotools config
- Date: Sun, 6 Feb 2011 12:30:35 +0000 (UTC)
commit 0a7bbc072840214366d570cdcfd7abc7a56503c3
Author: daniel g. siegel <dgsiegel gnome org>
Date: Sun Feb 6 13:29:56 2011 +0100
use wildcards for effect files in autotools config
this way effects can be simply added, without forgetting to
add the to Makefile.am too
effects/Makefile.am | 35 +----------------------------------
1 files changed, 1 insertions(+), 34 deletions(-)
---
diff --git a/effects/Makefile.am b/effects/Makefile.am
index 3a566a4..e4405ac 100644
--- a/effects/Makefile.am
+++ b/effects/Makefile.am
@@ -1,40 +1,7 @@
%.effect: %.effect.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
effectsdir = $(datadir)/gnome-video-effects
-effects_in_files = \
- bulge.effect.in \
- cartoon.effect.in \
- cheguevara.effect.in \
- chrome.effect.in \
- dicetv.effect.in \
- distortion.effect.in \
- edgetv.effect.in \
- heat.effect.in \
- historical.effect.in \
- hulk.effect.in \
- invertion.effect.in \
- kaleidoscope.effect.in \
- mauve.effect.in \
- mirror.effect.in \
- noir.effect.in \
- optv.effect.in \
- pinch.effect.in \
- quarktv.effect.in \
- radioactv.effect.in \
- revtv.effect.in \
- ripple.effect.in \
- saturation.effect.in \
- sepia.effect.in \
- shagadelictv.effect.in \
- sobel.effect.in \
- square.effect.in \
- streaktv.effect.in \
- stretch.effect.in \
- timedelay.effect.in \
- twirl.effect.in \
- vertigotv.effect.in \
- warptv.effect.in \
- xray.effect.in \
+effects_in_files = $(wildcard $(srcdir)/*.effect.in) \
$(NULL)
effects_DATA = $(effects_in_files:.effect.in=.effect)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]