summaryrefslogtreecommitdiff
path: root/sys/dxr3/Makefile.am
diff options
context:
space:
mode:
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