aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-02-10 23:32:40 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-02-10 23:32:40 +0000
commitc25acfc5f74d7c83a8e5041b74051720767a0007 (patch)
tree4e5bf6d7253180745cc128814f0e1ebb4a33b5df /lib/Makefile.am
parent0a0291262551a9f1527c510109f4fd80e128ae53 (diff)
downloadmonitoring-plugins-c25acfc5f74d7c83a8e5041b74051720767a0007.tar.gz
New directory for common library files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@312 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am10
1 files changed, 10 insertions, 0 deletions
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)
+