ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.am
(Generate patch)

Comparing gvpe/lib/Makefile.am (file contents):
Revision 1.3 by pcg, Sat Jan 17 01:18:36 2004 UTC vs.
Revision 1.4 by pcg, Fri Mar 18 01:53:05 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines