summaryrefslogtreecommitdiff
path: root/capplet/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-07 13:18:19 +0100
committerinfirit <[email protected]>2014-11-07 14:31:51 +0100
commite98d698c4899ac91e2370252ab67ce91871a72a5 (patch)
tree7701402fd9e1fa0b75bb340a6bfae271565c30fd /capplet/Makefile.am
parent2983b896864b9f004cadb5615eee3bd397f04633 (diff)
downloadmate-session-manager-e98d698c4899ac91e2370252ab67ce91871a72a5.tar.bz2
mate-session-manager-e98d698c4899ac91e2370252ab67ce91871a72a5.tar.xz
capplet: Do not pretend we need the egg code here
Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383 From: Vincent Untz <[email protected]>
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r--capplet/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am
index cab50d1..b4897ff 100644
--- a/capplet/Makefile.am
+++ b/capplet/Makefile.am
@@ -3,7 +3,6 @@ bin_PROGRAMS = mate-session-properties
AM_CPPFLAGS = \
$(SESSION_PROPERTIES_CFLAGS) \
$(MATECONF_CFLAGS) \
- -I$(top_srcdir)/egg \
-I$(top_srcdir)/mate-session \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \
@@ -26,7 +25,6 @@ mate_session_properties_SOURCES = \
mate_session_properties_LDADD = \
$(SESSION_PROPERTIES_LIBS) \
- $(top_builddir)/egg/libeggdesktopfile.la \
$(top_builddir)/mate-session/libgsmutil.la \
$(MATECONF_LIBS)