summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-08-12 10:07:28 +0200
committerVincent Untz <vuntz@gnome.org>2011-08-12 10:07:28 +0200
commit0e45c5c15d0ffedf90af3ea401288d6a0f758383 (patch)
treea2d6c5af6c67242b4d1aa196f6e6798100b1f6f0
parent28247060fe3daa6b9238531ddb50a7130647e9ec (diff)
downloadgnome-session-0e45c5c15d0ffedf90af3ea401288d6a0f758383.tar.gz
capplet: Do not pretend we need the egg code here
-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 7cbb60c2..c2e563cf 100644
--- a/capplet/Makefile.am
+++ b/capplet/Makefile.am
@@ -3,7 +3,6 @@ bin_PROGRAMS = gnome-session-properties
AM_CPPFLAGS = \
$(SESSION_PROPERTIES_CFLAGS) \
$(GCONF_CFLAGS) \
- -I$(top_srcdir)/egg \
-I$(top_srcdir)/gnome-session \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \
@@ -26,7 +25,6 @@ gnome_session_properties_SOURCES = \
gnome_session_properties_LDADD = \
$(SESSION_PROPERTIES_LIBS) \
- $(top_builddir)/egg/libeggdesktopfile.la \
$(top_builddir)/gnome-session/libgsmutil.la \
$(GCONF_LIBS)
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c
index 9bec95ef..675c75e0 100644
--- a/capplet/gsm-properties-dialog.c
+++ b/capplet/gsm-properties-dialog.c
@@ -29,7 +29,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"