summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2012-08-23 00:49:07 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-08-23 00:49:07 +0100
commite42a7c454f56b5c4a7e4993dbda1f30d9136baeb (patch)
tree92fe6586d4df6cf403061ce10e1ab062e25d86b5
parent915433683ae00f0279b99c13ac49829aafe5df2c (diff)
downloadlibxklavier-e42a7c454f56b5c4a7e4993dbda1f30d9136baeb.tar.gz
Using marshal.list from $srcdir
Trying to fix the build process, for people building not in the source directory. https://bugs.freedesktop.org/show_bug.cgi?id=53918
-rw-r--r--libxklavier/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxklavier/Makefile.am b/libxklavier/Makefile.am
index a21f244..d7778af 100644
--- a/libxklavier/Makefile.am
+++ b/libxklavier/Makefile.am
@@ -48,10 +48,10 @@ EXTRA_DIST=marshal.list libxklavier.public
GLIB_GENMARSHAL = `$(PKG_CONFIG) --variable=glib_genmarshal glib-2.0`
xkl_engine_marshal.h: marshal.list
- $(GLIB_GENMARSHAL) --prefix=xkl_engine marshal.list --header > xkl_engine_marshal.h
+ $(GLIB_GENMARSHAL) --prefix=xkl_engine $(srcdir)/marshal.list --header > xkl_engine_marshal.h
xkl_engine_marshal.c: xkl_engine_marshal.h
- $(GLIB_GENMARSHAL) --prefix=xkl_engine marshal.list --body > xkl_engine_marshal.c
+ $(GLIB_GENMARSHAL) --prefix=xkl_engine $(srcdir)/marshal.list --body > xkl_engine_marshal.c
xkl-enum-types.h: stamp-xkl-enum-types.h
@true