diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 09:32:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:32:43 -0500 |
commit | e2305c3bf9eef48487d116c7e197c589db8a3214 (patch) | |
tree | bb632d13e618fa7a1a83082481a9fc75f674ee66 /src/Makefile.am | |
parent | 2fd1a6b507357716495601e0d28221cf512b85b2 (diff) | |
parent | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff) | |
download | libayatana-appindicator-e2305c3bf9eef48487d116c7e197c589db8a3214.tar.gz libayatana-appindicator-e2305c3bf9eef48487d116c7e197c589db8a3214.tar.bz2 libayatana-appindicator-e2305c3bf9eef48487d116c7e197c589db8a3214.zip |
* Upstream Merge
* Breaking the ABI in order to get more space in the class
structure.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b704b5e..0e84749 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,7 +98,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].*" |