diff options
author | Ted Gould <ted@canonical.com> | 2009-06-22 22:50:18 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-22 22:50:18 -0500 |
commit | b4f32db27567bee3b85487298f9e5649c1812d84 (patch) | |
tree | ea35b1fa605d003deff53706748dc7f4de09524d /src/Makefile.am | |
parent | ec00fcc161df5ffbea0cfa49f853534dae92351b (diff) | |
parent | 23fa731fafd03ac156f4b2b121250fa7a76a9a53 (diff) | |
download | ayatana-indicator-session-b4f32db27567bee3b85487298f9e5649c1812d84.tar.gz ayatana-indicator-session-b4f32db27567bee3b85487298f9e5649c1812d84.tar.bz2 ayatana-indicator-session-b4f32db27567bee3b85487298f9e5649c1812d84.zip |
* Removing the .so versions
* Using the new dbusmenu signals instead of the GtkContainer
ones that don't really signal.
Diffstat (limited to 'src/Makefile.am')
-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 1965fe9..b681b5b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ libstatus_users_session_la_SOURCES = \ status-service-client.h libstatus_users_session_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror libstatus_users_session_la_LIBADD = $(APPLET_LIBS) +libstatus_users_session_la_LDFLAGS = -module -avoid-version ################ # Status Stuff |