diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:10:24 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:10:24 -0500 |
commit | 124486885e4ed122d4a536dbef844413faffb3a5 (patch) | |
tree | 3e4edd18819234bea8067bbaa270e4e963f45f35 /src/Makefile.am | |
parent | a98311e89708a52946534d648220dbbd708f2eaa (diff) | |
download | ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.tar.gz ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.tar.bz2 ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.zip |
Installing to indicator dir instead of other fun places
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 eb6ba12..986e89d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -messaginglibdir = $(libdir)/indicators/1 +messaginglibdir = $(INDICATORDIR) 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 |