--- gvpe/lib/Makefile.am 2003/03/01 15:53:02 1.1 +++ gvpe/lib/Makefile.am 2003/10/14 17:24:19 1.2 @@ -2,10 +2,10 @@ INCLUDES = @INCLUDES@ -I. -I$(top_builddir) -libvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c +libvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c poll.c libvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@ libvpe_a_DEPENDENCIES = $(libvpn_a_LIBADD) -noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h +noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h poll.h