summaryrefslogtreecommitdiff
path: root/capplets/default-applications
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-06-21 12:05:57 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2019-06-22 10:06:37 +0200
commit134c44845eb1ba8632f5f8ea8154d25effd6683b (patch)
tree322997ac1c3aa648f00fcdc3c592c5b20e052d78 /capplets/default-applications
parentebaa08f8c963e189a28e0dba9ad36292395b3887 (diff)
downloadmate-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.am3
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 $<