From 7214cf362179010b6c1e9f9cc2186e7ea7dd590c Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 17 Aug 2019 12:20:42 +0200 Subject: Use gresources for gpm-prefs.ui and gpm-statistics.ui --- applets/brightness/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/brightness/Makefile.am') diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am index 7962787..5977106 100644 --- a/applets/brightness/Makefile.am +++ b/applets/brightness/Makefile.am @@ -6,13 +6,13 @@ AM_CPPFLAGS = \ $(PANEL_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ -DBINDIR=\"$(bindir)\" \ - -DMATELOCALEDIR=\""$(datadir)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DDATADIR=\"$(datadir)\" \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DVERSION="\"$(VERSION)\"" \ - -DGPM_DATA=\"$(pkgdatadir)\" \ + -DGPM_ICONS_DATA=\"$(pkgdatadir)/icons\" \ -DBRIGHTNESS_MENU_UI_DIR=\""$(uidir)"\" \ -DEGG_LOG_FILE=\""~/mate-power-manager.log"\" \ -DEGG_VERBOSE="\"GPM_VERBOSE\"" \ -- cgit v1.2.1