blob: dd5c5d1d3e062ac900d625d889594faaf4fdd33c (
plain)
1
2
3
4
5
6
|
METASOURCES = AUTO
libcommon_la_SOURCES = common.cc console.cc
libcommon_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libcommon.la
noinst_HEADERS = common.h console.h
INCLUDES = -I$(top_srcdir)/src
|