blob: 5f4ff95439d630d6a2c5d68d914854be4542c268 [file] [log] [blame]
Harout Hedeshian04d69732013-10-02 09:29:11 -06001AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-trigraphs
2AM_CFLAGS += -I./../inc
3
4librmnetctl_la_C = @C@
5librmnetctl_la_SOURCES = librmnetctl.c
6
7common_CFLAGS = -DUSE_GLIB @GLIB_CFLAGS@
8common_LDFLAGS = -lpthread -lrt @GLIB_LIBS@
9
10librmnetctl_la_CFLAGS := $(AM_CFLAGS) $(common_CFLAGS)
11librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
12
13library_includedir = $(pkgincludedir)
14library_include_HEADERS = ./../inc/librmnetctl.h
15
16lib_LTLIBRARIES = librmnetctl.la