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