From abe60de7dd8cc3472e31be16264409f0171bb460 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Mar 2011 14:56:08 +0000 Subject: Add more stuff to git. No idea what is going on. --- lib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile.am') 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 -- cgit v1.2.1