diff options
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 4ce53a9be..2e153a5c8 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -63,9 +63,6 @@ icons_dep = \ hb_menu = ghb.desktop -builderdir = $(datadir)/ghb/builder -builder_DATA = ghb.ui - AM_CPPFLAGS = \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ @@ -209,7 +206,7 @@ hb-working4.16.h: hb-working4.16.png hb-working5.16.h: hb-working5.16.png gdk-pixbuf-csource --raw --name=hb_working5 $< > $@ -EXTRA_DIST = $(builder_DATA) HandBrakeCLI +EXTRA_DIST = HandBrakeCLI gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/$(datadir)/icons/hicolor |