antd-tunnel-plugin/Makefile.am

19 lines
332 B
Makefile

AUTOMAKE_OPTIONS = foreign
# check for system
if LINUX
AM_CPPFLAGS = -Wl,--no-as-needed
else
AM_CPPFLAGS = -Wl,-undefined,dynamic_lookup
endif
AM_CPPFLAGS += -W -Wall -g -std=c99 -fPIC
lib_LTLIBRARIES = tunnel.la
tunnel_la_LDFLAGS = -module -avoid-version -shared
tunnel_la_SOURCES = tunnel.c
EXTRA_DIST = README.md