diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 13:06:59 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 13:06:59 -0400 |
commit | 3315ba58c8f79fc1d1fcb50098e231aefd32a625 (patch) | |
tree | 45c31ad8e8dee004c7c69e3f7be86731cd845cdf /tests/Makefile.am | |
parent | 361d96393eed5379df0f83eec2f09e66e9efef5f (diff) | |
parent | e27d98a99ceaee4a3d003310fe8dbd295146a539 (diff) | |
download | ayatana-indicator-application-3315ba58c8f79fc1d1fcb50098e231aefd32a625.tar.gz ayatana-indicator-application-3315ba58c8f79fc1d1fcb50098e231aefd32a625.tar.bz2 ayatana-indicator-application-3315ba58c8f79fc1d1fcb50098e231aefd32a625.zip |
* New upstream release.
* GTK3 Port
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
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" > $@ |