From a2fac276568d29592db30e422b733d93d5d6e466 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 7 Nov 2012 17:40:18 +0100 Subject: remove gstreamer-properties --- gstreamer-properties/Makefile.am | 48 ---------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 gstreamer-properties/Makefile.am (limited to 'gstreamer-properties/Makefile.am') diff --git a/gstreamer-properties/Makefile.am b/gstreamer-properties/Makefile.am deleted file mode 100644 index 3f0dbbd..0000000 --- a/gstreamer-properties/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -SUBDIRS = . help -bin_PROGRAMS = mate-gstreamer-properties - -mate_gstreamer_properties_LDADD = $(GSTPROPS_LIBS) -mate_gstreamer_properties_SOURCES = \ - gstreamer-properties.c gstreamer-properties-structs.h \ - pipeline-tests.h pipeline-tests.c \ - pipeline-constants.c - -@INTLTOOL_DESKTOP_RULE@ - -iconsdir = $(datadir)/mate-gstreamer-properties/icons -icons_DATA = gstreamer-properties.png - -desktop_iconsdir = $(datadir)/icons/mate/48x48/apps -desktop_icons_DATA = gstreamer-properties.png - -uidir = $(datadir)/mate-gstreamer-properties/ -ui_DATA = gstreamer-properties.ui - -desktopdir = $(datadir)/applications -Desktop_in_files = mate-gstreamer-properties.desktop.in.in -desktop_DATA = $(Desktop_in_files:.desktop.in.in=.desktop) - -AM_CPPFLAGS = \ - $(GSTPROPS_CFLAGS) \ - -DGSTPROPS_UIDIR=\""$(uidir)"\" \ - -DGSTPROPS_ICONDIR=\""$(iconsdir)"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - -DG_LOG_DOMAIN="\"gstreamer-properties\"" \ - $(DISABLE_DEPRECATED) - -CLEANFILES = $(GSTPROPS_CLEANFILES) $(desktop_DATA) -DISTCLEANFILES = $(Desktop_in_files:.desktop.in.in=.desktop.in) -EXTRA_DIST = $(icons_DATA) $(ui_DATA) $(Desktop_in_files) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - --include $(top_srcdir)/git.mk -- cgit v1.2.1