diff --git a/bin/Makefile.am b/bin/Makefile.am index bbe9d273e158ac60280bc5990c50412094a2a8c6..303073d37ed8d566d5526274d393c4866505f8ee 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