aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-22 11:42:39 -0500
committerTed Gould <ted@gould.cx>2010-09-22 11:42:39 -0500
commiteab2ebe5b34569ada5f5fda64b9e313b1d9cccca (patch)
tree8e1a0b1e8fc7c33ab4c32653edca75a69c2322ce /src
parentfe08c86fc6b9d9d843149bf195b995d7e38a2c40 (diff)
downloadayatana-indicator-application-eab2ebe5b34569ada5f5fda64b9e313b1d9cccca.tar.gz
ayatana-indicator-application-eab2ebe5b34569ada5f5fda64b9e313b1d9cccca.tar.bz2
ayatana-indicator-application-eab2ebe5b34569ada5f5fda64b9e313b1d9cccca.zip
Adding a new library line for configure so that we don't end up with extra libs in the library.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1c4e7ae..091f0f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -108,12 +108,12 @@ libappindicator_la_LDFLAGS = \
-export-symbols-regex "^[^_d].*"
libappindicator_la_CFLAGS = \
- $(INDICATOR_CFLAGS) \
+ $(LIBRARY_CFLAGS) \
-Wall -Werror \
-DG_LOG_DOMAIN=\"libappindicator\"
libappindicator_la_LIBADD = \
- $(INDICATOR_LIBS)
+ $(LIBRARY_LIBS)
##################################
# DBus Specs