blob: 41a44458e2fd079797f15bc4d0cdfb51e27df2ca [file] [log] [blame]
Lihui Wene63a80b2018-08-03 20:03:24 +08001h_sources = debug_handler.h
2
3cpp_sources = debug_handler.cpp
4
5library_includedir = $(includedir)
6library_include_HEADERS = $(h_sources)
7
8lib_LTLIBRARIES = libdisplaydebug.la
9libdisplaydebug_la_CC = @CC@
10libdisplaydebug_la_SOURCES = $(cpp_sources)
11libdisplaydebug_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"SDM\"
12libdisplaydebug_la_CPPFLAGS = $(AM_CPPFLAGS)
13libdisplaydebug_la_LIBADD = -ldl
14libdisplaydebug_la_LDFLAGS = -shared -avoid-version