diff options
author | jstebbins <[email protected]> | 2009-07-09 16:44:32 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-09 16:44:32 +0000 |
commit | 765a8bc3a84b72b1e7db0c671cae417d3e46b891 (patch) | |
tree | 9d612f5590ee9de8970cef9659693267b8927de9 /gtk | |
parent | 7ac760ec0c5fa708db189bed4ed4e8ae7ed7f6f9 (diff) |
LinGui: fix a build problem
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://svn.handbrake.fr/HandBrake/trunk@2677 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 48df04924..b0f1e4aa2 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -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 |