Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Tue, 25 Jun 2019 00:30:54 UTC Commit: 80d31525129772575d8fe953cfe307a720846872 https://github.com/geany/geany-plugins/commit/80d31525129772575d8fe953cfe307...
Log Message: ----------- Devhelp: Fix embedded library's use of glib-genmarshal
Modified Paths: -------------- devhelp/devhelp/Makefile.am
Modified: devhelp/devhelp/Makefile.am 5 lines changed, 2 insertions(+), 3 deletions(-) =================================================================== @@ -77,8 +77,7 @@ libdevhelp_2_la_LDFLAGS = \ -no-undefined
dh-marshal.h: dh-marshal.list - $(AM_V_GEN) $(GLIB_GENMARSHAL) $< --header --prefix=_dh_marshal dh-marshal.list > $@ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_dh_marshal --header --output=$@ dh-marshal.list
dh-marshal.c: dh-marshal.list - $(AM_V_GEN) echo "#include "dh-marshal.h"" > $@ && \ - $(GLIB_GENMARSHAL) $< --body --prefix=_dh_marshal dh-marshal.list >> $@ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_dh_marshal --body --output=$@ dh-marshal.list
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).