You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
440 B
15 lines
440 B
h_sources = debug_handler.h
|
|
|
|
cpp_sources = debug_handler.cpp
|
|
|
|
library_includedir = $(includedir)
|
|
library_include_HEADERS = $(h_sources)
|
|
|
|
lib_LTLIBRARIES = libdisplaydebug.la
|
|
libdisplaydebug_la_CC = @CC@
|
|
libdisplaydebug_la_SOURCES = $(cpp_sources)
|
|
libdisplaydebug_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"SDM\"
|
|
libdisplaydebug_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
libdisplaydebug_la_LIBADD = -ldl
|
|
libdisplaydebug_la_LDFLAGS = -shared -avoid-version
|