1998-11-18 20:42:09 +00:00
|
|
|
EXTRA_LTLIBRARIES = libcontrol.la
|
|
|
|
|
|
2007-10-24 13:04:14 +02:00
|
|
|
libcontrol_la_SOURCES = cards.c tlv.c namehint.c hcontrol.c \
|
2010-11-04 19:58:44 +01:00
|
|
|
control.c control_hw.c setup.c ctlparse.c \
|
|
|
|
|
control_symbols.c
|
2007-03-28 13:48:04 +02:00
|
|
|
if BUILD_CTL_PLUGIN_SHM
|
|
|
|
|
libcontrol_la_SOURCES += control_shm.c
|
|
|
|
|
endif
|
|
|
|
|
if BUILD_CTL_PLUGIN_EXT
|
|
|
|
|
libcontrol_la_SOURCES += control_ext.c
|
|
|
|
|
endif
|
1998-11-18 20:42:09 +00:00
|
|
|
|
2001-02-20 22:02:53 +00:00
|
|
|
noinst_HEADERS = control_local.h
|
|
|
|
|
|
1998-11-18 20:42:09 +00:00
|
|
|
all: libcontrol.la
|
|
|
|
|
|
|
|
|
|
|
2014-02-25 12:40:21 +00:00
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|