diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-14 15:51:54 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-14 15:51:54 +0000 |
commit | a4acfaf4f942f702606e660990c873c9ff5b0395 (patch) | |
tree | fdc2e242d66130f3bdaa46514c903a01826b1d40 /tests/c-plus-plus-test-gen.py | |
parent | 24e661eb636f6397b4a149156f451cb551d32013 (diff) |
* Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)
* Put -DDBUS_API_SUBJECT_TO_CHANGE in DBUS_CFLAGS and
remove from individual files
* Add avahi-client to the C++ test runs, compile with DBUS flags
* Fix avahi-client to compile with C++ compilers.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'tests/c-plus-plus-test-gen.py')
-rwxr-xr-x | tests/c-plus-plus-test-gen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/c-plus-plus-test-gen.py b/tests/c-plus-plus-test-gen.py index 62498f5..b1d6aae 100755 --- a/tests/c-plus-plus-test-gen.py +++ b/tests/c-plus-plus-test-gen.py @@ -54,6 +54,7 @@ print """/* $Id$ */ print_includes("avahi-common") print_includes("avahi-core") +print_includes("avahi-client") print """ int main(int argc, char*argv[]) { |