diff options
author | Ted Gould <ted@gould.cx> | 2011-07-05 14:58:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-05 14:58:15 -0500 |
commit | f3dc285322d67289770bdc38427a3b48895a335e (patch) | |
tree | ba405ec848bf432c84ffaae36abf097457efa681 /configure.ac | |
parent | 5a535d109e640256aa86ce7bb16d458ef1f60890 (diff) | |
download | libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.tar.gz libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.tar.bz2 libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.zip |
Adding another level of .in for the pc files.
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 c35802e..535807b 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 -libindicator/indicator3.pc +libindicator/indicator.pc.in +libindicator/indicator3.pc.in tests/Makefile tools/Makefile ]) |