diff options
author | rbuj <[email protected]> | 2019-06-21 12:05:57 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-06-22 10:06:37 +0200 |
commit | 134c44845eb1ba8632f5f8ea8154d25effd6683b (patch) | |
tree | 322997ac1c3aa648f00fcdc3c592c5b20e052d78 /capplets/default-applications | |
parent | ebaa08f8c963e189a28e0dba9ad36292395b3887 (diff) | |
download | mate-control-center-134c44845eb1ba8632f5f8ea8154d25effd6683b.tar.bz2 mate-control-center-134c44845eb1ba8632f5f8ea8154d25effd6683b.tar.xz |
capplets: Remove the macro MATELOCALEDIR where it's not required
Diffstat (limited to 'capplets/default-applications')
-rw-r--r-- | capplets/default-applications/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capplets/default-applications/Makefile.am b/capplets/default-applications/Makefile.am index 4adbc4fc..efeb778e 100644 --- a/capplets/default-applications/Makefile.am +++ b/capplets/default-applications/Makefile.am @@ -31,8 +31,7 @@ pkgconfig_DATA = mate-default-applications.pc AM_CPPFLAGS = \ $(MATECC_CAPPLETS_CFLAGS) \ $(DEFAULT_APPLICATIONS_CAPPLET_CFLAGS) \ - -DAPPLICATIONSDIR=\""$(datadir)/applications"\"\ - -DMATELOCALEDIR=\""$(datadir)/locale"\" + -DAPPLICATIONSDIR=\""$(datadir)/applications"\" mate-default-applications-properties-resources.h mate-default-applications-properties-resources.c: org.mate.mcc.da.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.da.gresource.xml) $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name default_applications $< |