diff options
author | infirit <[email protected]> | 2014-11-07 13:18:19 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-07 14:31:51 +0100 |
commit | e98d698c4899ac91e2370252ab67ce91871a72a5 (patch) | |
tree | 7701402fd9e1fa0b75bb340a6bfae271565c30fd /capplet | |
parent | 2983b896864b9f004cadb5615eee3bd397f04633 (diff) | |
download | mate-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')
-rw-r--r-- | capplet/Makefile.am | 2 | ||||
-rw-r--r-- | capplet/gsm-properties-dialog.c | 1 |
2 files changed, 0 insertions, 3 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) diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c index 7d03abc..98ea0fc 100644 --- a/capplet/gsm-properties-dialog.c +++ b/capplet/gsm-properties-dialog.c @@ -31,7 +31,6 @@ #include "gsm-properties-dialog.h" #include "gsm-app-dialog.h" -#include "eggdesktopfile.h" #include "gsm-util.h" #include "gsp-app.h" #include "gsp-app-manager.h" |