test-client-view-operations: Enhanced test to test both sync/async variants.
[platform/upstream/evolution-data-server.git] / marshal.mk
index 91fac93..5aa50f8 100644 (file)
@@ -1,7 +1,7 @@
 %.h: %.list
-       ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$< --header > $@.tmp \
+       ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \
        && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
 
 %.c: %.list %.h
-       ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \
+       ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --body) > $@.tmp \
        && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )