Skip to content
Snippets Groups Projects
Commit f841d83d authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

update project files

parent eaf861c6
Branches
Tags
No related merge requests found
......@@ -16,6 +16,12 @@ doc/running.texi
doc/security.texi
doc/troubleshooting.texi
libtap/Makefile.am
libtap/runtests.c
libtap/tap/basic.c
libtap/tap/basic.h
libtap/tap/float.c
libtap/tap/float.h
libtap/tap/macros.h
man/Makefile.am
patches/Makefile.am
samples/Makefile.am
......@@ -151,12 +157,12 @@ src/knot/zone/semantic-check.c
src/knot/zone/semantic-check.h
src/knot/zone/zone-contents.c
src/knot/zone/zone-contents.h
src/knot/zone/zone-create.c
src/knot/zone/zone-create.h
src/knot/zone/zone-diff.c
src/knot/zone/zone-diff.h
src/knot/zone/zone-dump.c
src/knot/zone/zone-dump.h
src/knot/zone/zone-create.c
src/knot/zone/zone-create.h
src/knot/zone/zone-tree.c
src/knot/zone/zone-tree.h
src/knot/zone/zone.c
......
......@@ -10,11 +10,12 @@ SOURCES = [
"Doxyfile*", "Doxy.file.h", "doc/*.texi",
# build-system
"*.ac", "*.am", "Makefile",
"*.ac", "*.am",
# sources
"src/*.c", "src/*.h", "src/*.rl", "src/*.l",
"src/*.y", "tests/*.c", "tests/*.h",
"libtap/*.c", "libtap/*.h",
]
OUTPUT_FILE = "Knot.files"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment