summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-14 11:22:01 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-14 11:22:01 +0000
commit57d08e039be49ef979c49925521e98a7dbcf09b1 (patch)
treeb44ea3f53c9ce6b1417f5bce9755d792a9aac381 /tests
parent9f0dd75f02f5eceb758436de07f18fcc892c12f0 (diff)
* Fix tests/Makefile.am to set CXXFLAGS for c-plus-plus-test, this fixes the last make distcheck error
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@318 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f300c6c..d37ce42 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -30,7 +30,7 @@ noinst_PROGRAMS = \
c_plus_plus_test_SOURCES = \
c-plus-plus-test.cc
-c_plus_plus_CFLAGS = $(AM_CFLAGS)
+c_plus_plus_test_CXXFLAGS = $(AM_CFLAGS)
c_plus_plus_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-core/libavahi-core.la
EXTRA_DIST=c-plus-plus-test-gen.py