X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=src%2Flibcaptive%2Fcc%2FMakefile.am;h=67ae8e89cf08e057e4afb107d60b9e03501bd8b2;hb=952ad78616a59b0a5d04265ea5b9e5012838ecb5;hp=06cbc4ff5e10b5e427acd3b40c0d7b889ef37ab8;hpb=965c59e903442b6509d01be5340b28d7a092307e;p=captive.git diff --git a/src/libcaptive/cc/Makefile.am b/src/libcaptive/cc/Makefile.am index 06cbc4f..67ae8e8 100644 --- a/src/libcaptive/cc/Makefile.am +++ b/src/libcaptive/cc/Makefile.am @@ -48,10 +48,10 @@ libcc_la_SOURCES= \ sharedcachemap.h marshallers.h: marshallers.list - glib-genmarshal --prefix=captive_cc $< --header >$@ + $(GLIB_GENMARSHAL) --prefix=captive_cc $< --header >$@ marshallers.c: marshallers.list - glib-genmarshal --prefix=captive_cc $< --body >$@ + $(GLIB_GENMARSHAL) --prefix=captive_cc $< --body >$@ EXTRA_DIST+= \ marshallers.list