OSDN Git Service

LinGui: fix a build problem
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 5 Jul 2009 19:49:12 +0000 (19:49 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 5 Jul 2009 19:49:12 +0000 (19:49 +0000)
if marshalers.list timestamp is somehow made newer than marshalers.h/c
glib-genmarshal would fail to recreate marshalers.h/c.  This isn't
normally a problem since I check these generated file into svn.

git-svn-id: svn://localhost/HandBrake/trunk@2668 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/Makefile.am

index 28d5c8e..48df049 100644 (file)
@@ -130,10 +130,10 @@ resources.plist: create_resources resources.list $(icons_dep) internal_defaults.
 ghbcellrenderertext.c: marshalers.h
 
 marshalers.h: marshalers.list
-       glib-genmarshal --prefix=ghb_marshal marshalers.list --header > marshalers.h
+       glib-genmarshal --prefix=ghb_marshal $(srcdir)/marshalers.list --header > $(srcdir)/marshalers.h
 
 marshalers.c: marshalers.list
-       glib-genmarshal --prefix=ghb_marshal marshalers.list --body > marshalers.c
+       glib-genmarshal --prefix=ghb_marshal $(srcdir)/marshalers.list --body > $(srcdir)/marshalers.c
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/$(datadir)/icons/hicolor