summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 657e3e6..7d30d7a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,3 +1,3 @@
-bin_PROGRAMS = unittests
-unittests_SOURCES = unittests.c dynstr.c
-
+lib_LTLIBRARIES = libdynstr.la
+libdynstr_la_SOURCES = dynstr.c dynstr.h
+include_HEADERS = dynstr.h