--- gvpe/lib/Makefile.am 2005/03/18 01:53:05 1.4 +++ gvpe/lib/Makefile.am 2022/10/06 03:25:54 1.7 @@ -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 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