diff options
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r-- | capplet/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index b4897ff..d2ccfdd 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -2,7 +2,6 @@ bin_PROGRAMS = mate-session-properties AM_CPPFLAGS = \ $(SESSION_PROPERTIES_CFLAGS) \ - $(MATECONF_CFLAGS) \ -I$(top_srcdir)/mate-session \ -DLOCALE_DIR=\""$(datadir)/locale"\" \ -DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \ @@ -25,7 +24,6 @@ mate_session_properties_SOURCES = \ mate_session_properties_LDADD = \ $(SESSION_PROPERTIES_LIBS) \ - $(top_builddir)/mate-session/libgsmutil.la \ - $(MATECONF_LIBS) + $(top_builddir)/mate-session/libgsmutil.la -include $(top_srcdir)/git.mk |