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 (21 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: VPE_0_9, VPE_1_0
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     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