summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorLihui Wen <lwen@codeaurora.org>2018-08-03 20:03:24 +0800
committerYunyun Cao <yunyunc@codeaurora.org>2018-09-19 18:30:06 +0800
commite63a80bf74be42f55a8e59e81fa431f898fc9bc2 (patch)
tree95d2f299af96524f9e707263f8832139268a64f3 /libqservice
parent535b1aa918b6c26cb1e6a0ea2e921c4d9282826a (diff)
downloaddisplay-e63a80bf74be42f55a8e59e81fa431f898fc9bc2.tar.gz
sdm: Add basic makefiles
CRs-Fixed: 2300468 Change-Id: I7cc208e50294e859fded785f61aa7f2d6bdbc4c4
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/libqservice/Makefile.am b/libqservice/Makefile.am
index 79935b8b..a8c9f6a5 100644
--- a/libqservice/Makefile.am
+++ b/libqservice/Makefile.am
@@ -1,18 +1,21 @@
h_sources = IQService.h \
- IQClient.h
+ IQClient.h \
+ QService.h \
+ QServiceUtils.h \
+ IQHDMIClient.h
cpp_sources = QService.cpp \
IQService.cpp \
IQClient.cpp \
IQHDMIClient.cpp
-library_includedir = $(includedir)
-library_include_HEADERS = $(h_sources)
+qservice_includedir = $(pkgincludedir)/display
+qservice_include_HEADERS = $(h_sources)
lib_LTLIBRARIES = libqservice.la
libqservice_la_CC = @CC@
libqservice_la_SOURCES = $(cpp_sources)
libqservice_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"qdqservice\"
libqservice_la_CPPFLAGS = $(AM_CPPFLAGS)
-libqservice_LDADD = -lhardware -lcutils -llog -lbinder
+libqservice_la_LIBADD = -lhardware -lcutils -llog -lbinder
libqservice_la_LDFLAGS = -shared -avoid-version \ No newline at end of file