Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
23
Issues
23
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
1bf29e2f
Commit
1bf29e2f
authored
Feb 17, 2015
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix _SOURCES after _HEADERS got nobase_ prefix
parent
de875ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
src/Makefile.am
src/Makefile.am
+5
-8
No files found.
src/Makefile.am
View file @
1bf29e2f
...
...
@@ -94,6 +94,7 @@ libknotus_la_SOURCES = \
endif
# HAVE_UTILS
# dynamic: libknot internal headers
libknot_int_ladir
=
$(includedir)
nobase_libknot_int_la_HEADERS
=
\
libknot/internal/array-sort.h
\
libknot/internal/base32hex.h
\
...
...
@@ -152,16 +153,16 @@ libknot_int_la_SOURCES = \
libknot/internal/yparser/ypformat.c
\
libknot/internal/yparser/ypscheme.c
\
libknot/internal/yparser/yptrafo.c
\
$(libknot_int_la_HEADERS)
$(
nobase_
libknot_int_la_HEADERS)
# dynamic: libknot headers
libknot_ladir
=
$(includedir)
nobase_libknot_la_HEADERS
=
\
libknot/binary.h
\
libknot/consts.h
\
libknot/descriptor.h
\
libknot/dname.h
\
libknot/dnssec/key.h
\
libknot/errcode.c
\
libknot/errcode.h
\
libknot/libknot.h
\
libknot/packet/compr.h
\
...
...
@@ -211,7 +212,7 @@ libknot_la_SOURCES = \
libknot/rrtype/opt.c
\
libknot/rrtype/tsig.c
\
libknot/tsig-op.c
\
$(libknot_la_HEADERS)
$(
nobase_
libknot_la_HEADERS)
if
HAVE_DAEMON
...
...
@@ -372,10 +373,6 @@ libknotus_la_LIBADD = libknot.la
endif
# HAVE_DAEMON
# includes
libknot_ladir
=
$(includedir)
libknot_int_ladir
=
$(includedir)
if
HAVE_DAEMON
# sbin programs
...
...
@@ -431,7 +428,7 @@ endif # HAVE_DAEMON
if
!HAVE_LMDB
libknot_int_la_SOURCES
+=
\
libknot/internal/namedb/mdb.c
\
libknot/internal/namedb/midl.c
libknot/internal/namedb/midl.c
\
nobase_libknot_int_la_HEADERS +
=
\
libknot/internal/namedb/lmdb.h
\
libknot/internal/namedb/midl.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment