diff options
author | Ted Gould <ted@canonical.com> | 2009-03-15 10:32:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-15 10:32:27 -0500 |
commit | e02359f6e727470c66e6f54c900843e09d3a8829 (patch) | |
tree | 04b84f030f2ff5360f6cc9b3782abcd5c2b6336a | |
parent | d0261d805ea2a47199dfe8fc34e689944cd62653 (diff) | |
download | ayatana-indicator-messages-e02359f6e727470c66e6f54c900843e09d3a8829.tar.gz ayatana-indicator-messages-e02359f6e727470c66e6f54c900843e09d3a8829.tar.bz2 ayatana-indicator-messages-e02359f6e727470c66e6f54c900843e09d3a8829.zip |
Setting up the library versioning to basically not have any, this is a module.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 67fbd05..eb6ba12 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,3 +4,4 @@ messaginglib_LTLIBRARIES = libmessaging.la libmessaging_la_SOURCES = indicator-messages.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed libmessaging_la_LIBADD = $(APPLET_LIBS) +libmessaging_la_LDFLAGS = -module -avoid-version |