1 | noinst_LIBRARIES = libvpe.a |
1 | noinst_LIBRARIES = libgvpe.a |
2 | |
2 | |
3 | INCLUDES = @INCLUDES@ -I. -I$(top_builddir) |
3 | INCLUDES = @INCLUDES@ -I. -I$(top_builddir) |
4 | |
4 | |
5 | libvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c |
5 | libgvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c |
6 | |
6 | |
7 | libvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@ |
7 | libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@ |
8 | libvpe_a_DEPENDENCIES = $(libvpn_a_LIBADD) |
8 | libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD) |
9 | |
9 | |
10 | noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h |
10 | noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h |
11 | |
11 | |