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
(6 years, 5 months ago) by
root
Branch:
MAIN
Changes since
1.4
:
+2 -2 lines
Log Message:
*** empty log message ***
File Contents
#
Content
1
noinst_LIBRARIES = libgvpe.a
2
3
INCLUDES = @INCLUDES@ -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