diff options
author | Ted Gould <ted@gould.cx> | 2010-08-11 09:18:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-11 09:18:28 -0500 |
commit | 5d6feacdfd58031cd9767d1d47e7fd69a3e6478e (patch) | |
tree | 1073fae2fdd149d226e054a061172a37d0b9f4cc /src | |
parent | e4484ffe6a33711c357b94e42b0902e4fcc566e0 (diff) | |
download | libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.gz libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.bz2 libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.zip |
Autogen
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e7e06e3..385dbd5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -288,6 +288,8 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PYGTK_CODEGEN = @PYGTK_CODEGEN@ PYGTK_DEFSDIR = @PYGTK_DEFSDIR@ PYTHON = @PYTHON@ @@ -448,7 +450,7 @@ libappindicator_la_SOURCES = \ application-service-marshal.c libappindicator_la_LDFLAGS = \ - -version-info 0:0:0 \ + -version-info 1:0:0 \ -no-undefined \ -export-symbols-regex "^[^_d].*" |