aboutsummaryrefslogtreecommitdiff
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
parente4484ffe6a33711c357b94e42b0902e4fcc566e0 (diff)
downloadlibayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.gz
libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.tar.bz2
libayatana-appindicator-5d6feacdfd58031cd9767d1d47e7fd69a3e6478e.zip
Autogen
-rw-r--r--debian/changelog6
-rw-r--r--src/Makefile.in4
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d3bd96..2e04049 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-application (0.2.3-0ubuntu2~ppa5) UNRELEASED; urgency=low
+
+ * Autogen
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 11 Aug 2010 09:18:13 -0500
+
indicator-application (0.2.3-0ubuntu2~ppa4) maverick; urgency=low
* Upstream Merge
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].*"