htmlfiles.h: html/*
./incfiles > $@
-EXTRA_DIST=dnslabeltext.rl dnsdistconf.lua README.md
+EXTRA_DIST=dnslabeltext.rl dnsdistconf.lua README.md html
bin_PROGRAMS = dnsdist
dnsdist_SOURCES = \
dolog.hh \
iputils.cc iputils.hh \
misc.cc misc.hh \
+ htmlfiles.h \
namespaces.hh \
pdnsexception.hh \
qtype.cc qtype.hh \
sholder.hh \
sodcrypto.cc sodcrypto.hh \
sstuff.hh pdns/ext/luawrapper/include/LuaContext.hpp \
- pdns/ext/json11/json11.cpp
+ pdns/ext/json11/json11.cpp \
+ pdns/ext/json11/json11.hpp \
+ pdns/ext/incbin/incbin.h
dnsdist_LDFLAGS = \
$(AM_LDFLAGS) \
ln -sf ../../../../../ext/luawrapper/include/LuaContext.hpp pdns/ext/luawrapper/include
ln -sf ../../../../ext/yahttp/Makefile.am pdns/ext/yahttp
ln -sf ../../../../ext/json11/json11.{hpp,cpp} pdns/ext/json11
-cd pdns/ext/yahttp/yahttp
+cd pdns/ext/yahttp/
+ln -sf ../../../../ext/yahttp/{LICENSE,README.md} .
+cd yahttp
ln -sf ../../../../../ext/yahttp/yahttp/{Makefile.am,*.cpp,*.hpp,*.h} .
cd -