summaryrefslogtreecommitdiff
path: root/sys/dxr3/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-24 10:11:27 +0000
committerDavid Schleef <ds@schleef.org>2003-11-24 10:11:27 +0000
commitfd42ba8bf65eb05b6254ef8d0492067db32f41e2 (patch)
tree659819bcf317c7fcc856570af7802e86c8090d23 /sys/dxr3/Makefile.am
parentb187bf1c4ba60b011ceb3462f55a983ab8492022 (diff)
downloadgstreamer-plugins-bad-fd42ba8bf65eb05b6254ef8d0492067db32f41e2.tar.gz
Pull patches from HEADBRANCH_RELEASE-0_7_2
Original commit message from CVS: Pull patches from HEAD
Diffstat (limited to 'sys/dxr3/Makefile.am')
-rw-r--r--sys/dxr3/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dxr3/Makefile.am b/sys/dxr3/Makefile.am
index a13bc8268..071fc3679 100644
--- a/sys/dxr3/Makefile.am
+++ b/sys/dxr3/Makefile.am
@@ -13,6 +13,9 @@ built_headers = dxr3marshal.h
noinst_HEADERS = dxr3videosink.h dxr3audiosink.h dxr3spusink.h \
dxr3common.h ac3_padder.h
+EXTRA_DIST = dxr3marshal.list
+
+
dxr3marshal.h: dxr3marshal.list
glib-genmarshal --header --prefix=dxr3_marshal $^ > dxr3marshal.h.tmp
mv dxr3marshal.h.tmp dxr3marshal.h