ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.am
Revision: 1.7
Committed: Thu Oct 6 03:25:54 2022 UTC (19 months, 2 weeks ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.4 noinst_LIBRARIES = libgvpe.a
2 pcg 1.1
3 root 1.6 AM_CPPFLAGS = @AM_CPPFLAGS@ -I. -I$(top_builddir)
4 pcg 1.1
5 root 1.7 libgvpe_a_SOURCES = pidfile.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