ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.am
Revision: 1.2
Committed: Tue Oct 14 17:24:19 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
CVS Tags: poll-based-iom, VPE_1_2
Changes since 1.1: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

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