blob: 836da688d0038e2f47e76e08caed1f9a62496549 (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I$(top_srcdir)/src $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libdevicebase.la
libdevicebase_la_LDFLAGS = $(all_libraries)
libdevicebase_la_SOURCES = generic_device.cpp hex_buffer.cpp generic_memory.cpp \
register.cpp device_group.cpp
|