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

Makefile: install yparser and zscanner header files

parent c01f62cb
No related branches found
No related tags found
1 merge request!426Makefile: install yparser and zscanner header files
......@@ -87,6 +87,13 @@ nobase_libknot_internal_la_HEADERS = \
libknot/internal/utils.h \
libknot/internal/wire_ctx.h
libknot_yparser_ladir = $(includedir)
nobase_libknot_yparser_la_HEADERS = \
libknot/yparser/yparser.h \
libknot/yparser/ypformat.h \
libknot/yparser/ypscheme.h \
libknot/yparser/yptrafo.h
# dynamic: libknot sources
libknot_la_SOURCES = \
libknot/binary.c \
......@@ -118,10 +125,7 @@ libknot_yparser_la_SOURCES = \
libknot/yparser/ypformat.c \
libknot/yparser/ypscheme.c \
libknot/yparser/yptrafo.c \
libknot/yparser/yparser.h \
libknot/yparser/ypformat.h \
libknot/yparser/ypscheme.h \
libknot/yparser/yptrafo.h
$(nobase_libknot_yparser_la_HEADERS)
libknot_internal_la_SOURCES = \
libknot/internal/base32hex.c \
......
......@@ -58,6 +58,7 @@ include_dnssecdir=$(includedir)/dnssec
include_dnssec_HEADERS = \
lib/dnssec/binary.h \
lib/dnssec/crypto.h \
lib/dnssec/dnssec.h \
lib/dnssec/error.h \
lib/dnssec/event.h \
lib/dnssec/kasp.h \
......
......@@ -5,6 +5,11 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES = libzscanner.la
zscanner_ladir = $(includedir)/zscanner
nobase_zscanner_la_HEADERS = \
error.h \
scanner.h
# pkg-config
pkgconfig_DATA = libzscanner.pc
......@@ -27,11 +32,10 @@ scanner.c: scanner.c.t0
endif
libzscanner_la_SOURCES = \
error.h \
error.c \
functions.h \
functions.c \
scanner.h
$(nobase_zscanner_la_HEADERS)
nodist_libzscanner_la_SOURCES = \
scanner.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