summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-12-24 11:01:24 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-12-24 11:01:24 +0000
commit579c498f999d272c4dfeedd1df0145d58289920b (patch)
tree2cfb8d40acd717ad7052feb0c11ee8f5334e5ecb
parentb1eed7b449fe0cab6a04da486f8edda4803a9005 (diff)
downloadgst-plugins-bad-579c498f999d272c4dfeedd1df0145d58289920b.tar.gz
gst-plugins-bad-579c498f999d272c4dfeedd1df0145d58289920b.tar.bz2
gst-plugins-bad-579c498f999d272c4dfeedd1df0145d58289920b.zip
really fix dist
Original commit message from CVS: really fix dist
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am64
2 files changed, 39 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index bb732618..20a04684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * Makefile.am:
+ really fix dist
+
2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
diff --git a/Makefile.am b/Makefile.am
index ed18dd73..e7b261f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,51 +5,55 @@ SUBDIRS_DOCS =
endif
if USE_GCONFTOOL
-GCONF_DIR=gconf
+GCONF_DIR = gconf
else
-GCONF_DIR=
+GCONF_DIR =
endif
if BUILD_EXTERNAL
-EXT_DIR=ext
+EXT_DIR = ext
else
-EXT_DIR=
+EXT_DIR =
endif
if BUILD_EXAMPLES
-EXAMPLES_DIR=examples
+EXAMPLES_DIR = examples
else
-EXAMPLES_DIR=
+EXAMPLES_DIR =
endif
-SUBDIRS=gst-libs \
- gst sys $(EXT_DIR) \
- $(EXAMPLES_DIR) \
- tools \
- $(GCONF_DIR) \
- testsuite \
- po \
- common \
- m4 \
- pkgconfig \
+SUBDIRS = \
+ gst-libs \
+ gst sys $(EXT_DIR) \
+ $(EXAMPLES_DIR) \
+ tools \
+ $(GCONF_DIR) \
+ testsuite \
+ po \
+ common \
+ m4 \
+ pkgconfig \
$(SUBDIRS_DOCS)
-DIST_SUBDIRS=ext gst-libs \
- gst sys \
- examples \
- tools \
- gconf \
- testsuite \
- po \
- common \
- m4 \
- pkgconfig
+DIST_SUBDIRS = \
+ gst-libs \
+ gst sys ext \
+ examples \
+ tools \
+ gconf \
+ testsuite \
+ po \
+ common \
+ m4 \
+ pkgconfig \
+ docs
-EXTRA_DIST=gst-plugins.spec depcomp \
- AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
- ChangeLog autogen.sh
+EXTRA_DIST = \
+ gst-plugins.spec depcomp \
+ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
+ ChangeLog autogen.sh
-DISTCLEANFILES=_stdint.h
+DISTCLEANFILES = _stdint.h
# check that no marshal or enumtypes files are included
# this in turn ensures that distcheck fails for missing .list files which is currently