]> granicus.if.org Git - check/commitdiff
* add missing lib/Makefile.am
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 28 Dec 2008 06:53:08 +0000 (06:53 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 28 Dec 2008 06:53:08 +0000 (06:53 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@460 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/Makefile.am [new file with mode: 0644]

diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644 (file)
index 0000000..af5113e
--- /dev/null
@@ -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)