aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-22 11:12:48 -0500
committerTed Gould <ted@gould.cx>2011-06-22 11:12:48 -0500
commit58f47563b83be3659f2ab12630d3a11d9c426768 (patch)
tree1f3cbb291aae1a0d5ee5af4fb400b3b38f7a9969 /tests
parentb5aec1c606133969188642d2f74f0c96c56bca40 (diff)
downloadayatana-indicator-application-58f47563b83be3659f2ab12630d3a11d9c426768.tar.gz
ayatana-indicator-application-58f47563b83be3659f2ab12630d3a11d9c426768.tar.bz2
ayatana-indicator-application-58f47563b83be3659f2ab12630d3a11d9c426768.zip
Making tests use proper version of libappindicator and cleaning up libappindicator usage to use the same enum headers.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a885dff..c8bc3eb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,14 +19,14 @@ test_approver_SOURCES = \
test_approver_CFLAGS = \
$(INDICATOR_CFLAGS) \
- $(TEST_CFLAGS) \
+ $(APPINDICATOR_CFLAGS) \
-Wall -Werror \
-I$(top_srcdir)/src \
-I$(top_builddir)/src
test_approver_LDADD = \
$(INDICATOR_LIBS) \
- $(TEST_LIBS)
+ $(APPINDICATOR_LIBS)
test-approver-tester: test-approver Makefile.am
@echo "#!/bin/bash" > $@