aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 09:18:28 -0500
committerTed Gould <ted@gould.cx>2010-08-11 09:18:28 -0500
commit5d6feacdfd58031cd9767d1d47e7fd69a3e6478e (patch)
tree1073fae2fdd149d226e054a061172a37d0b9f4cc /src/Makefile.in
parente4484ffe6a33711c357b94e42b0902e4fcc566e0 (diff)
downloadlibayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.gz
libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.bz2
libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.zip
Autogen
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
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].*"