summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644
index 0000000..657e3e6
--- /dev/null
+++ b/lib/Makefile.am
@@ -0,0 +1,3 @@
+bin_PROGRAMS = unittests
+unittests_SOURCES = unittests.c dynstr.c
+