1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-06 06:59:46 +02:00
antd-tunnel-plugin/Makefile.am

19 lines
332 B
Makefile
Raw Normal View History

2020-08-02 18:49:03 +02:00
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
2020-08-06 23:17:07 +02:00
tunnel_la_SOURCES = tunnel.c
2020-08-02 18:49:03 +02:00
EXTRA_DIST = README.md