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 (20 years, 4 months 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

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