dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / plugins / example-logging / Makefile.am
blobbfb18c8df76b19178f353260282744a089b66e6b
2 pkglib_LTLIBRARIES = \
3         libdcplugin_example_logging.la
5 libdcplugin_example_logging_la_LIBTOOLFLAGS = --tag=disable-static
7 libdcplugin_example_logging_la_SOURCES = \
8         example-logging.c
10 libdcplugin_example_logging_la_LDFLAGS = \
11         $(AM_LDFLAGS) \
12         -avoid-version \
13         -export-dynamic \
14         -module \
15         -no-undefined
17 libdcplugin_example_logging_la_CPPFLAGS = \
18         $(LTDLINCL) \
19         -I../../include