Skip to content
Snippets Groups Projects
Commit 8d24f12a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

makefile: remove libexec_PROGRAMS and reorganize

parent 3db4ae72
No related branches found
No related tags found
No related merge requests found
ACLOCAL_AMFLAGS = -I ../m4
libexec_PROGRAMS = unittests unittests-xfr zscanner-tool
sbin_PROGRAMS = knotc knotd kdig khost knsupdate
noinst_PROGRAMS = unittests unittests-xfr zscanner-tool
noinst_LTLIBRARIES = libknot.la libknotd.la libknots.la libzscanner.la
# $(YACC) will generate header file
AM_CFLAGS = -Wall -Ilibknot -DLIBEXECDIR='"$(libexecdir)"' -DSYSCONFDIR='"$(sysconfdir)"' -DSBINDIR='"$(sbindir)"'
......@@ -20,9 +22,15 @@ CLEANFILES = \
libknotd_la-cf-parse.c \
libknotd_la-cf-parse.h
nodist_unittests_SOURCES = \
tests/sample_conf.rc
knotc_SOURCES = \
knot/ctl/knotc_main.c
knotd_SOURCES = \
knot/main.c
kdig_SOURCES = \
utils/common/msg.h \
utils/common/msg.c \
......@@ -127,14 +135,6 @@ unittests_xfr_SOURCES = \
tests/xfr_tests.c \
tests/xfr_tests.h
nodist_unittests_SOURCES = \
tests/sample_conf.rc
knotd_SOURCES = \
knot/main.c
noinst_LTLIBRARIES = libknot.la libknotd.la libknots.la libzscanner.la
libknot_la_SOURCES = \
libknot/util/utils.c \
libknot/util/debug.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment