--- gvpe/lib/Makefile.am 2005/03/18 01:53:05 1.4 +++ gvpe/lib/Makefile.am 2018/10/25 07:31:58 1.6 @@ -1,11 +1,11 @@ noinst_LIBRARIES = libgvpe.a -INCLUDES = @INCLUDES@ -I. -I$(top_builddir) +AM_CPPFLAGS = @AM_CPPFLAGS@ -I. -I$(top_builddir) -libgvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c +libgvpe_a_SOURCES = pidfile.c getopt1.c dropin.c libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@ libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD) -noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h +noinst_HEADERS = pidfile.h dropin.h gettext.h