ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
gvpe
/
lib
/
Makefile.am
Revision:
1.3
Committed:
Sat Jan 17 01:18:36 2004 UTC
(21 years ago) by
pcg
Branch:
MAIN
CVS Tags:
VPE_1_4, VPE_1_6, rel-1_7, VPE-1_6_1
Changes since
1.2
:
+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
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