summaryrefslogtreecommitdiffstats
path: root/src/knot/modules/synthrecord/Makefile.inc
blob: d7aca3b8fde4c07d11d6e01de56eb7c6373be374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
knot_modules_synthrecord_la_SOURCES = knot/modules/synthrecord/synthrecord.c
EXTRA_DIST +=                         knot/modules/synthrecord/synthrecord.rst

if STATIC_MODULE_synthrecord
libknotd_la_SOURCES += $(knot_modules_synthrecord_la_SOURCES)
endif

if SHARED_MODULE_synthrecord
knot_modules_synthrecord_la_LDFLAGS = $(KNOTD_MOD_LDFLAGS)
knot_modules_synthrecord_la_CPPFLAGS = $(KNOTD_MOD_CPPFLAGS)
knot_modules_synthrecord_la_LIBADD = libcontrib.la
pkglib_LTLIBRARIES += knot/modules/synthrecord.la
endif