From c25acfc5f74d7c83a8e5041b74051720767a0007 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 10 Feb 2003 23:32:40 +0000 Subject: New directory for common library files git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@312 f882894a-f735-0410-b71e-b25c423dba1c --- lib/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 00000000..7727b282 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,10 @@ +## Process this file with automake to produce Makefile.in + +noinst_LIBRARIES = libnagiosplug.a + +noinst_HEADERS = getopt.h + +libnagiosplug_a_SOURCES = getopt.c getopt1.c + +INCLUDES = -I$(srcdir) + -- cgit v1.2.3