aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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].*"