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 ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +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 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