diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 15:46:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 15:46:23 -0600 |
commit | 69ee3a2a0b0953503f77313fd934ca98ea542d7c (patch) | |
tree | ddd8a2f27488ef98eb1deff00c7a393c84010fde /src | |
parent | 9c008cd03484b38b968618f1877c64215ba2c2fb (diff) | |
parent | eab2ebe5b34569ada5f5fda64b9e313b1d9cccca (diff) | |
download | ayatana-indicator-application-69ee3a2a0b0953503f77313fd934ca98ea542d7c.tar.gz ayatana-indicator-application-69ee3a2a0b0953503f77313fd934ca98ea542d7c.tar.bz2 ayatana-indicator-application-69ee3a2a0b0953503f77313fd934ca98ea542d7c.zip |
Splitting the deps
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
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 |