mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
import dataservices, location, telephony. Bug: 31420007 Change-Id: Ia513f4fec6c2fa2f6346bad79dc8c5280166dcd7
17 lines
473 B
Makefile
17 lines
473 B
Makefile
AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-trigraphs
|
|
AM_CFLAGS += -I./../inc
|
|
|
|
librmnetctl_la_C = @C@
|
|
librmnetctl_la_SOURCES = librmnetctl.c
|
|
|
|
common_CFLAGS = -DUSE_GLIB @GLIB_CFLAGS@
|
|
common_LDFLAGS = -lpthread -lrt @GLIB_LIBS@
|
|
|
|
librmnetctl_la_CFLAGS := $(AM_CFLAGS) $(common_CFLAGS)
|
|
librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
|
|
|
|
library_includedir = $(pkgincludedir)
|
|
library_include_HEADERS = ./../inc/librmnetctl.h
|
|
|
|
lib_LTLIBRARIES = librmnetctl.la
|