b9d38d4f3f
This commit was SVN r394.
12 строки
163 B
Makefile
12 строки
163 B
Makefile
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
noinst_LTLIBRARIES = libsupport.la
|
|
|
|
libsupport_la_SOURCES = \
|
|
support.c \
|
|
support.h
|