diff options
author | Ted Gould <ted@gould.cx> | 2011-07-05 22:27:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-05 22:27:48 -0500 |
commit | f5575b53091bee7985efb3c88bcc1d6fe34edefa (patch) | |
tree | 9e2f6594e919a64b6fbbe9c64cb54e2cd5523741 /configure.ac | |
parent | 746cf4ec825feda7b16ea32fad82d2901c9791d3 (diff) | |
download | libayatana-indicator-f5575b53091bee7985efb3c88bcc1d6fe34edefa.tar.gz libayatana-indicator-f5575b53091bee7985efb3c88bcc1d6fe34edefa.tar.bz2 libayatana-indicator-f5575b53091bee7985efb3c88bcc1d6fe34edefa.zip |
Changing the pkgconfig file version to include the API version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 535807b..7d17d0b 100644 --- a/configure.ac +++ b/configure.ac @@ -125,8 +125,8 @@ AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes") AC_CONFIG_FILES([ Makefile libindicator/Makefile -libindicator/indicator.pc.in -libindicator/indicator3.pc.in +libindicator/indicator-0.4.pc.in +libindicator/indicator3-0.4.pc.in tests/Makefile tools/Makefile ]) |