1AM_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 17