From e98d698c4899ac91e2370252ab67ce91871a72a5 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 7 Nov 2014 13:18:19 +0100 Subject: capplet: Do not pretend we need the egg code here Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383 From: Vincent Untz --- capplet/Makefile.am | 2 -- capplet/gsm-properties-dialog.c | 1 - 2 files changed, 3 deletions(-) (limited to 'capplet') 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" -- cgit v1.2.1