summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-05 14:56:08 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-05 14:56:08 +0000
commitabe60de7dd8cc3472e31be16264409f0171bb460 (patch)
treec5565b0fba35a127f949212f515aff11976cb34e /lib/Makefile.am
parentac914490435f1e070c609c2a2a219a4322e5515e (diff)
downloaddynstr-abe60de7dd8cc3472e31be16264409f0171bb460.tar.gz
Add more stuff to git. No idea what is going on.
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