aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2008-12-04 19:38:31 -0800
committerTed Gould <ted@canonical.com>2008-12-04 19:38:31 -0800
commitebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5 (patch)
treee293c08d8d76654c1cb51e601002ca8e3a794118
parent79eefb2e3098b72e20617cf77f964711ccb2511c (diff)
downloadayatana-indicator-messages-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.tar.gz
ayatana-indicator-messages-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.tar.bz2
ayatana-indicator-messages-ebb7bab19068ca93c10e24cc3b7453bbeb2f1fb5.zip
Making the directory the same as the applet. Should have done that first, eh.
-rw-r--r--src/Makefile.am2
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)