ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.am
Revision: 1.5
Committed: Thu Oct 25 03:01:08 2018 UTC (5 years, 7 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.4 noinst_LIBRARIES = libgvpe.a
2 pcg 1.1
3     INCLUDES = @INCLUDES@ -I. -I$(top_builddir)
4    
5 root 1.5 libgvpe_a_SOURCES = pidfile.c getopt1.c dropin.c
6 pcg 1.1
7 pcg 1.4 libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@
8     libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD)
9 pcg 1.1
10 root 1.5 noinst_HEADERS = pidfile.h dropin.h gettext.h
11 pcg 1.1