diff options
author | Ted Gould <ted@canonical.com> | 2008-12-04 19:38:31 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-04 19:38:31 -0800 |
commit | ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5 (patch) | |
tree | e293c08d8d76654c1cb51e601002ca8e3a794118 /src/Makefile.am | |
parent | 79eefb2e3098b72e20617cf77f964711ccb2511c (diff) | |
download | ayatana-indicator-session-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.tar.gz ayatana-indicator-session-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.tar.bz2 ayatana-indicator-session-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.zip |
Making the directory the same as the applet. Should have done that first, eh.
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 d73720c..f01e437 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -messaginglibdir = $(libdir)/indicators +messaginglibdir = $(libexecdir)/indicators/1 messaginglib_LTLIBRARIES = libmessaging.la libmessaging_la_SOURCES = indicator-messages.c libmessaging_la_CFLAGS = $(APPLET_CFLAGS) |