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
|