diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..7727b28 --- /dev/null +++ b/lib/Makefile.am | |||
@@ -0,0 +1,10 @@ | |||
1 | ## Process this file with automake to produce Makefile.in | ||
2 | |||
3 | noinst_LIBRARIES = libnagiosplug.a | ||
4 | |||
5 | noinst_HEADERS = getopt.h | ||
6 | |||
7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c | ||
8 | |||
9 | INCLUDES = -I$(srcdir) | ||
10 | |||