From 58f47563b83be3659f2ab12630d3a11d9c426768 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Jun 2011 11:12:48 -0500 Subject: Making tests use proper version of libappindicator and cleaning up libappindicator usage to use the same enum headers. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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" > $@ -- cgit v1.2.3