1
1
This commit was SVN r155.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-09 08:07:28 +00:00
родитель 8f608e2b3b
Коммит 115a9f26b2

Просмотреть файл

@ -10,20 +10,20 @@ noinst_LTLIBRARIES = libutil.la
# Source code files # Source code files
headers = \ headers = \
argv.h \ argv.h \
lam_log.h \ lam_log.h \
malloc.h \ malloc.h \
path.h \ path.h \
reactor.h \ reactor.h \
strncpy.h strncpy.h
libutil_la_SOURCES = \ libutil_la_SOURCES = \
$(headers) \ $(headers) \
argv.c \ argv.c \
lam_log.c \ lam_log.c \
path.c \ path.c \
reactor.c \ reactor.c \
strncpy.c strncpy.c
# Conditionally install the header files # Conditionally install the header files