diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 09:29:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:29:39 -0500 |
commit | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (patch) | |
tree | 657ca30b2ff102d9069c2e823db56bdd0c0aa27e /src/Makefile.am | |
parent | 87bd8963233e6e53cb8a7491400a47aeab65af3c (diff) | |
parent | 89186858938bec991dfcbe931764b291edd24917 (diff) | |
download | libayatana-appindicator-d7c7a2ae1656af559bfbdb2716fe381d313b5a53.tar.gz libayatana-appindicator-d7c7a2ae1656af559bfbdb2716fe381d313b5a53.tar.bz2 libayatana-appindicator-d7c7a2ae1656af559bfbdb2716fe381d313b5a53.zip |
Breaking the ABI so we have 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].*" |