]> granicus.if.org Git - pdns/commitdiff
Add rules for json11 library
authorAki Tuomi <cmouse@cmouse.fi>
Wed, 17 Jun 2015 18:08:34 +0000 (21:08 +0300)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jun 2015 06:12:49 +0000 (08:12 +0200)
configure.ac
ext/Makefile.am
ext/json11/Makefile.am [new file with mode: 0644]

index 050826fa1e4a5a7dfe06f10f9720561f77a8b8d6..9d3c3179cb51a34ac3f0c5b33e16e502824f0ce4 100644 (file)
@@ -355,6 +355,7 @@ AC_CONFIG_FILES([
   ext/polarssl/Makefile
   ext/polarssl/library/Makefile
   ext/rapidjson/Makefile
+  ext/json11/Makefile
   modules/bindbackend/Makefile
   modules/geoipbackend/Makefile
   modules/gmysqlbackend/Makefile
index 172c0b9684104394a4e34be3b35c72151f158e6d..1edc0d34861f19b04cdade36665f8a00aea16b91 100644 (file)
@@ -2,13 +2,15 @@ SUBDIRS = \
        $(POLARSSL_SUBDIR) \
        $(ED25519_SUBDIR) \
        yahttp \
-       rapidjson
+       rapidjson \
+        json11
 
 DIST_SUBDIRS = \
        polarssl \
        ed25519 \
        yahttp \
-       rapidjson
+       rapidjson \
+        json11
 
 EXTRA_DIST = \
        luawrapper/include/LuaContext.hpp
diff --git a/ext/json11/Makefile.am b/ext/json11/Makefile.am
new file mode 100644 (file)
index 0000000..df5f856
--- /dev/null
@@ -0,0 +1,2 @@
+noinst_LTLIBRARIES = libjson11.la
+libjson11_la_SOURCES = json11.cpp json11.hpp