diff options
Diffstat (limited to '3rdparty/unittest-cpp/Makefile.am')
-rw-r--r-- | 3rdparty/unittest-cpp/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/unittest-cpp/Makefile.am b/3rdparty/unittest-cpp/Makefile.am new file mode 100644 index 00000000000..aac5b88840e --- /dev/null +++ b/3rdparty/unittest-cpp/Makefile.am @@ -0,0 +1,3 @@ +ACLOCAL_AMFLAGS = -I m4 +EXTRA_DIST = docs +SUBDIRS = UnitTest++ |