blob: 78b34c4e9e176e55301d844f3c9515d1e3e69796 [file] [log] [blame]
Yamit Mehtab740f8d2016-11-24 09:05:20 +05301AM_CFLAGS = -I $(top_srcdir)/qahw_api/inc
2
3h_sources = inc/qahw_api.h \
4 inc/qahw_defs.h
5
6library_include_HEADERS = $(h_sources)
7library_includedir = $(includedir)/mm-audio/qahw_api/inc
8
9lib_LTLIBRARIES = libqahw.la
10libqahw_la_SOURCES = src/qahw.c
11libqahw_la_CFLAGS = $(AM_CFLAGS) -include stddef.h
12libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\)
13libqahw_la_LIBADD = -llog -lcutils -lhardware
14libqahw_la_LDFLAGS = -module -shared -avoid-version