Makefile.am 233 B

123456789101112
  1. ## Process this file with automake to produce Makefile.in
  2. EXTRA_DIST = getloadavg.m4
  3. noinst_LIBRARIES = libnagiosplug.a
  4. noinst_HEADERS = getopt.h
  5. libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c
  6. INCLUDES = -I$(srcdir)