Makefile.am: add dummy C++ source file to pet and pet_check_code
commit9f7f5a6b08a4f24f706d4328357b22f031e532eb
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Sep 2013 11:40:10 +0000 (3 13:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Sep 2013 11:15:22 +0000 (18 13:15 +0200)
treec59cde85581e522d2aab09f0a1b42ca9a01fe30e
parent92d9ca9a4625b88a98d67b805a67c40c5d5642f8
Makefile.am: add dummy C++ source file to pet and pet_check_code

This ensures that pet and pet_check_code will be linked using the
C++ compiler rather than the C compiler, which appears to be required
when libpet is constructed as a static library.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
dummy.cc [new file with mode: 0644]