diff options
author | infirit <[email protected]> | 2015-09-11 12:11:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-11 18:23:38 +0200 |
commit | 212a63011a823b375cdfd266babab6736f96bcec (patch) | |
tree | d588ae3cacf60627039987893850e11e3d9fa514 /src/Makefile.am | |
parent | 5e35def315d11e4d0c39b0cecb83c44e15155ba0 (diff) | |
download | mate-polkit-212a63011a823b375cdfd266babab6736f96bcec.tar.bz2 mate-polkit-212a63011a823b375cdfd266babab6736f96bcec.tar.xz |
Drop old mateconf variables from Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d0d6cdd..d1d8136 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,6 @@ polkit_mate_authentication_agent_1_CPPFLAGS = \ polkit_mate_authentication_agent_1_CFLAGS = \ $(GTK_CFLAGS) \ - $(MATECONF_CFLAGS) \ $(POLKIT_AGENT_CFLAGS) \ $(POLKIT_GOBJECT_CFLAGS) \ $(WARN_CFLAGS) \ @@ -41,7 +40,6 @@ polkit_mate_authentication_agent_1_LDFLAGS = \ polkit_mate_authentication_agent_1_LDADD = \ $(GTK_LIBS) \ - $(MATECONF_LIBS) \ $(POLKIT_AGENT_LIBS) \ $(POLKIT_GOBJECT_LIBS) \ $(INTLLIBS) |