]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-generic] Removed sysrepo_connection and watcher files
authorFrancis Dupont <fdupont@isc.org>
Wed, 12 Sep 2018 13:23:44 +0000 (15:23 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 12 Sep 2018 13:38:22 +0000 (15:38 +0200)
src/lib/yang/Makefile.am

index 0e5df09505504138e748d76d8e6ee753d8a83f06..01b3a633afbfb8df9ff014a2abcdd6323c8c2823 100644 (file)
@@ -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