diff options
Diffstat (limited to 'tinytest/Makefile.am')
-rw-r--r-- | tinytest/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tinytest/Makefile.am b/tinytest/Makefile.am new file mode 100644 index 0000000..b49750d --- /dev/null +++ b/tinytest/Makefile.am @@ -0,0 +1,6 @@ + +noinst_LIBRARIES = libtinytest.a + +libtinytest_a_SOURCES = tinytest.c tinytest.h + +EXTRA_DIST = tinytest.vcproj |