ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
gvpe
/
lib
/
Makefile.am
Revision:
1.1
Committed:
Sat Mar 1 15:53:02 2003 UTC
(22 years, 1 month ago) by
pcg
Branch:
MAIN
CVS Tags:
VPE_0_9, VPE_1_0
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
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
11