summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-11-28 12:58:38 +0000
committerChristian Schaller <uraeus@gnome.org>2002-11-28 12:58:38 +0000
commit8fb4f4b12eb98102ffa370c47e192c98c42f3ce2 (patch)
tree22f2e6cc3faff5ba6c057b1cd0d1e0c33d65e4d7 /ext
parent35a8c568f1c6280ae8fbc55759d9f8caeb5057b5 (diff)
fix some disting and rpm building issues
Original commit message from CVS: fix some disting and rpm building issues
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index bc3c15e1..d31f7fe6 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -244,6 +244,12 @@ else
XMMS_DIR=
endif
+if USE_LIBPNG
+SNAPSHOT_DIR=snapshot
+else
+SNAPSHOT_DIR=
+endif
+
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
$(AVIFILE_DIR) $(CDPARANOIA_DIR) \
@@ -256,7 +262,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
$(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
- $(VORBIS_DIR) $(XMMS_DIR)
+ $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR)
DIST_SUBDIRS=\
a52dec aalib alsa \