From: Peter van Dijk Date: Mon, 3 Dec 2012 17:41:38 +0000 (+0000) Subject: also dist rapidjson X-Git-Tag: auth-3.2-rc2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4229ba54a2d195083a98a2a5ec9ab9b64253462;p=pdns also dist rapidjson git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2953 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/Makefile.am b/Makefile.am index 48c91dc64..7afbc0998 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=modules codedocs @programdescend@ -DIST_SUBDIRS=modules codedocs pdns +DIST_SUBDIRS=modules codedocs pdns/ext/rapidjson EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns/* pdns.spec \ codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ contrib/systemd-pdns.service bootstrap build-scripts/semistaticg++ diff --git a/pdns/ext/rapidjson/Makefile b/pdns/ext/rapidjson/Makefile new file mode 100644 index 000000000..f51275813 --- /dev/null +++ b/pdns/ext/rapidjson/Makefile @@ -0,0 +1,5 @@ +distdir: + mkdir -p $(distdir)/include/rapidjson/internal + cp license.txt $(distdir) + cp include/rapidjson/*.h $(distdir)/include/rapidjson + cp include/rapidjson/internal/*.h $(distdir)/include/rapidjson/internal