diff options
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r-- | capplet/Makefile.am | 2 |
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) |