diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-09 11:58:22 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-12-09 11:58:22 -0600 |
commit | bae74eff1707ab9abac1f6122506ff1b7cc20098 (patch) | |
tree | a3a2fd7b3bbe09567b467e89a59291484809ef5e /configure.ac | |
parent | cd2a4a9104edd5558b2d610b3f17d93edd990b55 (diff) | |
parent | 02ab21b5f931e12103420893137819688e607154 (diff) | |
download | ayatana-indicator-application-bae74eff1707ab9abac1f6122506ff1b7cc20098.tar.gz ayatana-indicator-application-bae74eff1707ab9abac1f6122506ff1b7cc20098.tar.bz2 ayatana-indicator-application-bae74eff1707ab9abac1f6122506ff1b7cc20098.zip |
Add pkgconfig support, fixes bug #494583
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b795e93..74cef75 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,7 @@ AC_SUBST(DBUSSERVICEDIR) AC_OUTPUT([ Makefile src/Makefile +src/libappindicator/appindicator-0.1.pc data/Makefile tests/Makefile example/Makefile |