summaryrefslogtreecommitdiff
path: root/capplets/common/Makefile.am
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-10-23 16:47:38 +0800
committerraveit65 <[email protected]>2023-10-25 12:19:43 +0200
commitb1331ef7978fdaa11049d9958e4ed279103af570 (patch)
tree68baf5f0170d14bf3cf13a4665ccc351a4f59635 /capplets/common/Makefile.am
parent1a837ccdb078c0021588809814bfa80641acc3a8 (diff)
downloadmate-control-center-b1331ef7978fdaa11049d9958e4ed279103af570.tar.bz2
mate-control-center-b1331ef7978fdaa11049d9958e4ed279103af570.tar.xz
common: Fix compilation warnings replace deprecated functions gtk_rc_get_theme_dir and gtk_rc_scanner_new
Diffstat (limited to 'capplets/common/Makefile.am')
-rw-r--r--capplets/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am
index 5362f2e2..d7815b88 100644
--- a/capplets/common/Makefile.am
+++ b/capplets/common/Makefile.am
@@ -3,6 +3,7 @@ EXTRA_DIST =
AM_CPPFLAGS = \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \
+ -DMATEDATADIR="\"$(datadir)\"" \
-DGTK_ENGINE_DIR="\"$(GTK_ENGINE_DIR)\"" \
-DG_LOG_DOMAIN=\"capplet-common\" \
-DINSTALL_PREFIX=\"$(prefix)\" \