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

File Contents

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