From 5bf290fcd664cc47008a6fab1dbc1decef5f09c4 Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Sun, 18 Jun 2017 23:49:13 +0200 Subject: [PATCH] nodejs: build with ring Change-Id: Ifffbfd1bdb9a8389a2cd8f45f415b0f78a93d406 --- bin/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/Makefile.am b/bin/Makefile.am index bbe9d273e1..303073d37e 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -32,6 +32,10 @@ dring_CXXFLAGS= -I$(top_srcdir)/src ${DBUSCPP_CFLAGS} \ dring_LDADD = dbus/libclient_dbus.la ${DBUSCPP_LIBS} $(top_builddir)/src/libring.la endif +if RING_NODEJS +SUBDIRS=nodejs +endif + if RING_RESTCPP SUBDIRS=restcpp -- GitLab