summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-18 11:03:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-18 11:03:03 +0000
commit99901894a48091bfed16826702c38c4063e64954 (patch)
tree0b419af6bc78d7019f697cc28059acbd998c22ae
parentaf639632ef610fb83ee7a07bead59459986741f9 (diff)
downloadgstreamer-common-99901894a48091bfed16826702c38c4063e64954.tar.gz
adding Makefile.am to integrate with distRELEASE_0_7_91RELEASE_0_7_90
Original commit message from CVS: adding Makefile.am to integrate with dist
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am3
-rw-r--r--m4/Makefile.am24
3 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0e147a..c8acb0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * Makefile.am:
+ * m4/Makefile.am:
+ integrate these with the dist
+
2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
* release.mak: add a release target
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6dd775e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = m4
+
+EXTRA_DIST = ChangeLog gettext.patch glib-gen.mak release.mak gst-autogen.sh
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 0000000..5201ecb
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1,24 @@
+EXTRA_DIST = \
+ README \
+ as-ac-expand.m4 \
+ as-auto-alt.m4 \
+ as-compiler-flag.m4 \
+ as-compiler.m4 \
+ as-docbook.m4 \
+ as-libtool.m4 \
+ as-python.m4 \
+ as-scrub-include.m4 \
+ as-version.m4 \
+ ax_create_stdint_h.m4 \
+ glib-gettext.m4 \
+ gst-arch.m4 \
+ gst-debuginfo.m4 \
+ gst-doc.m4 \
+ gst-feature.m4 \
+ gst-function.m4 \
+ gst-glib2.m4 \
+ gst-gstreamer.m4 \
+ gst-libxml2.m4 \
+ gst-makecontext.m4 \
+ gst-mcsc.m4 \
+ pkg.m4