summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 1173a45..17735ca 100644
--- a/wscript
+++ b/wscript
@@ -117,6 +117,10 @@ def build(bld):
bld(rule = 'glib-genmarshal --prefix=ganv_marshal --body ${SRC} > ${TGT}',
source = 'src/ganv-marshal.list',
+ target = 'src/ganv-marshal.c.in')
+
+ bld(rule = 'cat ${SRC} > ${TGT}',
+ source = ['src/ganv-marshal.h', 'src/ganv-marshal.c.in'],
target = 'src/ganv-marshal.c')
# Library