diff options
author | infirit <[email protected]> | 2015-09-11 18:21:21 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-13 18:37:03 +0200 |
commit | f3f4f23330512e0e6e72c1e4288ddfa506b9aa22 (patch) | |
tree | cdf5446cd9d06323d7019b19c9bb15a929ac559e /src/Makefile.am | |
parent | 460f1d0a1a06e68c56e4265cb00dc86d4d194f78 (diff) | |
download | mate-polkit-f3f4f23330512e0e6e72c1e4288ddfa506b9aa22.tar.bz2 mate-polkit-f3f4f23330512e0e6e72c1e4288ddfa506b9aa22.tar.xz |
Add support for application indicators
Patch by Jan Arne Petersen taken from
https://bugzilla.gnome.org/show_bug.cgi?id=609680
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eb2fcfc..93f17f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,7 @@ polkit_mate_authentication_agent_1_CFLAGS = \ $(GLIB_CFLAGS) \ $(POLKIT_AGENT_CFLAGS) \ $(POLKIT_GOBJECT_CFLAGS) \ + $(APPINDICATOR_CFLAGS) \ $(WARN_CFLAGS) \ $(AM_CFLAGS) @@ -44,6 +45,7 @@ polkit_mate_authentication_agent_1_LDADD = \ $(GLIB_LIBS) \ $(POLKIT_AGENT_LIBS) \ $(POLKIT_GOBJECT_LIBS) \ + $(APPINDICATOR_LIBS) \ $(INTLLIBS) EXTRA_DIST = \ |