1 AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-trigraphs 2 AM_CFLAGS += -I./../inc 3 4 librmnetctl_la_C = @C@ 5 librmnetctl_la_SOURCES = librmnetctl.c 6 7 common_CFLAGS = -DUSE_GLIB @GLIB_CFLAGS@ 8 common_LDFLAGS = -lpthread -lrt @GLIB_LIBS@ 9 10 librmnetctl_la_CFLAGS := $(AM_CFLAGS) $(common_CFLAGS) 11 librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS) 12 13 library_includedir = $(pkgincludedir) 14 library_include_HEADERS = ./../inc/librmnetctl.h 15 16 lib_LTLIBRARIES = librmnetctl.la 17