From: Francis Dupont Date: Wed, 12 Sep 2018 13:23:44 +0000 (+0200) Subject: [65-libyang-generic] Removed sysrepo_connection and watcher files X-Git-Tag: 65-libyang-control-socket_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4985ca1cf3639632459856f4e21dded493e989;p=thirdparty%2Fkea.git [65-libyang-generic] Removed sysrepo_connection and watcher files --- diff --git a/src/lib/yang/Makefile.am b/src/lib/yang/Makefile.am index 0e5df09505..01b3a633af 100644 --- a/src/lib/yang/Makefile.am +++ b/src/lib/yang/Makefile.am @@ -6,9 +6,7 @@ AM_CXXFLAGS = $(KEA_CXXFLAGS) lib_LTLIBRARIES = libkea-yang.la libkea_yang_la_SOURCES = sysrepo_error.h -libkea_yang_la_SOURCES += sysrepo_connection.cc sysrepo_connection.h libkea_yang_la_SOURCES += translator.cc translator.h -libkea_yang_la_SOURCES += watcher.cc watcher.h libkea_yang_la_LIBADD = $(top_builddir)/src/lib/asiolink/libkea-asiolink.la libkea_yang_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la @@ -23,10 +21,8 @@ libkea_yang_la_LDFLAGS = -no-undefined -version-info 0:0:0 # Specify the headers for copying into the installation directory tree. libkea_yang_includedir = $(pkgincludedir)/yang libkea_yang_include_HEADERS = \ - sysrepo_connection.h \ sysrepo_error.h \ - translator.h \ - watcher.h + translator.h EXTRA_DIST = yang.dox