Blame src/control/Makefile.am

Packit 4a16fb
EXTRA_LTLIBRARIES = libcontrol.la
Packit 4a16fb
Packit 4a16fb
libcontrol_la_SOURCES = cards.c tlv.c namehint.c hcontrol.c \
Packit 4a16fb
                        control.c control_hw.c setup.c ctlparse.c \
Packit 4a16fb
                        control_symbols.c
Packit 4a16fb
if BUILD_CTL_PLUGIN_SHM
Packit 4a16fb
libcontrol_la_SOURCES += control_shm.c
Packit 4a16fb
endif
Packit 4a16fb
if BUILD_CTL_PLUGIN_EXT
Packit 4a16fb
libcontrol_la_SOURCES += control_ext.c
Packit 4a16fb
endif
Packit 4a16fb
Packit 4a16fb
noinst_HEADERS = control_local.h
Packit 4a16fb
Packit 4a16fb
all: libcontrol.la
Packit 4a16fb
Packit 4a16fb
Packit 4a16fb
AM_CPPFLAGS=-I$(top_srcdir)/include