From: cpickett Date: Sun, 28 Dec 2008 06:53:08 +0000 (+0000) Subject: * add missing lib/Makefile.am X-Git-Tag: 0.10.0~702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b861d608cc23d66caa712c651fe256a9e55d0e1;p=check * add missing lib/Makefile.am git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@460 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..af5113e --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,5 @@ +## Process this file with automake to produce Makefile.in + +noinst_LTLIBRARIES = libcompat.la +libcompat_la_SOURCES = libcompat.c +libcompat_la_LIBADD = $(LTLIBOBJS) $(LTALLOCA)