OSDN Git Service

LinGui: fix a build problem
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 9 Jul 2009 16:44:32 +0000 (16:44 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 9 Jul 2009 16:44:32 +0000 (16:44 +0000)
If the timestamp on marshallers.list gets updated, marshallers.c/h failed
to build.  Not usually a problem for recipients of a source tar or svn since
pre-built marshallers.c/h are provided.

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

gtk/src/Makefile.am

index 48df049..b0f1e4a 100644 (file)
@@ -129,10 +129,10 @@ resources.plist: create_resources resources.list $(icons_dep) internal_defaults.
 
 ghbcellrenderertext.c: marshalers.h
 
-marshalers.h: marshalers.list
+$(srcdir)/marshalers.h: marshalers.list
        glib-genmarshal --prefix=ghb_marshal $(srcdir)/marshalers.list --header > $(srcdir)/marshalers.h
 
-marshalers.c: marshalers.list
+$(srcdir)/marshalers.c: marshalers.list
        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