]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Remove support for the legacy protocol.
[meshlink] / src / Makefile.am
index 1cb2b6ac49f79663b73e2c6443971051159440ae..58d7b2deb6b60e62f0a225bd5fe0d0dc50de20c5 100644 (file)
@@ -28,8 +28,6 @@ libmeshlink_la_SOURCES = \
        cipher.h \
        conf.c conf.h \
        connection.c connection.h \
-       control.c control.h \
-       control_common.h \
        crypto.h \
        digest.h \
        dropin.c dropin.h \
@@ -37,22 +35,16 @@ libmeshlink_la_SOURCES = \
        ecdsa.h \
        ecdsagen.h \
        edge.c edge.h \
-       ethernet.h \
        event.c event.h \
        fake-gai-errnos.h \
        fake-getaddrinfo.c fake-getaddrinfo.h \
        fake-getnameinfo.c fake-getnameinfo.h \
-       getopt.c getopt.h \
-       getopt1.c \
        graph.c graph.h \
        hash.c hash.h \
        have.h \
-       ipv4.h \
-       ipv6.h \
        list.c list.h \
        logger.c logger.h \
        meta.c meta.h \
-       names.c names.h \
        net.c net.h \
        net_packet.c \
        net_setup.c \
@@ -60,16 +52,12 @@ libmeshlink_la_SOURCES = \
        netutl.c netutl.h \
        node.c node.h \
        prf.h \
-       process.c process.h \
        protocol.c protocol.h \
        protocol_auth.c \
        protocol_edge.c \
        protocol_key.c \
        protocol_misc.c \
        route.c route.h \
-       rsa.h \
-       rsagen.h \
-       script.c script.h \
        splay_tree.c splay_tree.h \
        sptps.c sptps.h \
        system.h \
@@ -88,9 +76,7 @@ libmeshlink_la_SOURCES += \
        openssl/ecdh.c \
        openssl/ecdsa.c \
        openssl/ecdsagen.c \
-       openssl/prf.c \
-       openssl/rsa.c \
-       openssl/rsagen.c
+       openssl/prf.c
 sptps_test_SOURCES += \
        openssl/cipher.c \
        openssl/crypto.c \