Add polar.sh to FUNDING
[libmodbus.git] / Makefile.am
blob5e9fc7ce32ef5853aa7fea0ba86edfc2652415af
1 CLEANFILES =
2 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
3 AM_MAKEFLAGS = --no-print-directory
5 pkgconfigdir = $(libdir)/pkgconfig
6 pkgconfig_DATA = libmodbus.pc
7 EXTRA_DIST = libmodbus.pc.in
8 CLEANFILES += libmodbus.pc
10 dist_doc_DATA = AUTHORS NEWS README.md
12 SUBDIRS = src
14 if BUILD_TESTS
15 SUBDIRS += tests
16 endif