summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-31 14:37:01 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-31 14:37:01 +0000
commite58c46e1590c4b3370c4200bcdc670980390494a (patch)
treefacd29da00435b2acbe39a2268187a6d91647331
parentd83d73b36503deaa8c0743aea6c7e1b814a75ff9 (diff)
gst/Makefile.am (EXTRA_DIST): And make sure we have all defs here.gst-python-0.7.91
Original commit message from CVS: * gst/Makefile.am (EXTRA_DIST): And make sure we have all defs here.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--gst/Makefile.am6
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 54159a5583..5f55225dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-03-31 Johan Dahlin <johan@gnome.org>
+ * configure.ac (ACLOCAL): Bump version
+
+ * gst/Makefile.am (EXTRA_DIST): And make sure we have all defs here.
+
* gst/ltihooks.py: New file
* gst/__init__.py: try to import ltihooks.py
diff --git a/configure.ac b/configure.ac
index 84348e360b..c30cd2cf94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CANONICAL_TARGET
m4_define(pygst_major_version, 0)
m4_define(pygst_minor_version, 7)
-m4_define(pygst_micro_version, 90)
+m4_define(pygst_micro_version, 91)
m4_define(pygst_version, pygst_major_version.pygst_minor_version.pygst_micro_version)
AM_INIT_AUTOMAKE(gst-python, pygst_version)
diff --git a/gst/Makefile.am b/gst/Makefile.am
index cfbeedefb2..77c45f612f 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -38,7 +38,7 @@ nodist__gst_la_SOURCES = gst.c
GST_OVERRIDES = gst.override gstpad-handlers.override
GST_DEFS = gst.defs gst-types.defs
CLEANFILES = gst.c
-EXTRA_DIST += $(GST_OVERRIDES)
+EXTRA_DIST += $(GST_DEFS) $(GST_OVERRIDES)
gst.c: $(GST_DEFS) $(GST_OVERRIDES)
# gst-play bindings
@@ -50,7 +50,7 @@ nodist_play_la_SOURCES = play.c
PLAY_OVERRIDES = play.override
PLAY_DEFS = play.defs
CLEANFILES += play.c
-EXTRA_DIST += $(PLAY_OVERRIDES)
+EXTRA_DIST += $(PLAY_DEFS) $(PLAY_OVERRIDES)
play.c: $(PLAY_DEFS) $(PLAY_OVERRIDES)
# GStreamer interfaces bindings
@@ -62,7 +62,7 @@ nodist_interfaces_la_SOURCES = interfaces.c
INTERFACES_OVERRIDES = interfaces.override xoverlay.override
INTERFACES_DEFS = interfaces.defs xoverlay.defs xwindowlistener.defs
CLEANFILES += interfaces.c
-EXTRA_DIST += $(INTERFACES_OVERRIDES)
+EXTRA_DIST += $(INTERFACES_DEFS) $(INTERFACES_OVERRIDES)
interfaces.c: $(INTERFACES_DEFS) $(INTERFACES_OVERRIDES)
.defs.c: