summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--capplet/Makefile.am2
-rw-r--r--capplet/gsm-properties-dialog.c1
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"