diff options
author | Monsta <[email protected]> | 2016-01-03 00:25:42 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-03 00:25:42 +0300 |
commit | d80f560ce7bef724367cc77e631204e58ce2ebf8 (patch) | |
tree | 5b3dd0f9c88851ca469ac3eb8cd6bdc35924bbc8 /capplet/Makefile.am | |
parent | 2cd492814032e5449e0277730e8a7a4395f04630 (diff) | |
download | mate-session-manager-d80f560ce7bef724367cc77e631204e58ce2ebf8.tar.bz2 mate-session-manager-d80f560ce7bef724367cc77e631204e58ce2ebf8.tar.xz |
drop obsolete build flags
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 |