diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-07 17:39:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-07 17:39:56 +0100 |
commit | 8ce013138b735c3822db8c27ac4104aaf761a0d9 (patch) | |
tree | ccba642dfe7d9546f6d59aa8be0eb3c92c4ea54b /profiles/glade/Makefile.am | |
parent | dfbc1cba50abc338d17394b702d05009fe9baa7c (diff) | |
download | mate-media-8ce013138b735c3822db8c27ac4104aaf761a0d9.tar.bz2 mate-media-8ce013138b735c3822db8c27ac4104aaf761a0d9.tar.xz |
remove profiles
Diffstat (limited to 'profiles/glade/Makefile.am')
-rw-r--r-- | profiles/glade/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/profiles/glade/Makefile.am b/profiles/glade/Makefile.am deleted file mode 100644 index 344d160..0000000 --- a/profiles/glade/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -# this is provided for editing mate-media UI files, not for any other -# purposes - -glademoduledir = @GLADEUI_MODULE_DIR@ -glademodule_LTLIBRARIES = libmate-media-profiles.la - -defines = \ - -DG_LOG_DOMAIN=\"mate-media-profiles\" \ - -DMATELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ - $(DISABLE_DEPRECATED) - -libmate_media_profiles_la_SOURCES = mate-media-profiles-catalog.c -libmate_media_profiles_la_CFLAGS = $(GMP_CFLAGS) $(GLADEUI_CFLAGS) $(defines) -I$(top_srcdir) -libmate_media_profiles_la_LIBADD = $(GMP_LIBS) $(GLADEUI_LIBS) $(top_builddir)/profiles/libmate-media-profiles.la -libmate_media_profiles_la_LDFLAGS = -export-dynamic -module -avoid-version -no-undefined - -gladecatalogdir = @GLADEUI_CATALOG_DIR@ -gladecatalog_DATA = mate-media-profiles.xml - -check-catalog: - xmllint --dtdvalid glade-catalog.dtd --noout $(gladecatalog_DATA) - -EXTRA_DIST = \ - $(gladecatalog_DATA) - --include $(top_srcdir)/git.mk |