]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Move config_tree to mesh->config.
[meshlink] / src / Makefile.am
index 8f02c06d063a950f0db532cc5125ac95637bc2b1..6f7cd7956d512d8cb73fe2f6ece355745d913ff7 100644 (file)
@@ -57,7 +57,7 @@ sptps_speed_SOURCES = \
 lib_LTLIBRARIES = libmeshlink.la
 
 libmeshlink_la_SOURCES = \
-       libmeshlink.c libmeshlink.h \
+       meshlink.c meshlink.h \
        buffer.c buffer.h \
        cipher.h \
        conf.c conf.h \
@@ -94,7 +94,6 @@ libmeshlink_la_SOURCES = \
        splay_tree.c splay_tree.h \
        sptps.c sptps.h \
        system.h \
-       tincd.c \
        utils.c utils.h \
        xalloc.h \
        $(ed25519_SOURCES) \