X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2FMakefile.am;h=4f7c3c88b6a8b6160fad0b160183b1d42ba2a984;hp=60709fb73c5b9248892a6b8f1d8e23a5dfe72fee;hb=7944cce19e4de4207a4ef20569155118acebd406;hpb=365f60f3f8a8ff85a616d5014d555b470740d395 diff --git a/src/Makefile.am b/src/Makefile.am index 60709fb7..4f7c3c88 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,16 +12,13 @@ tincd_SOURCES = \ tincctl_SOURCES = \ utils.c getopt.c getopt1.c dropin.c \ - list.c tincctl.c rsagen.c + list.c tincctl.c rsagen.c top.c if TUNEMU tincd_SOURCES += bsd/tunemu.c endif -if CURSES -tincctl_SOURCES += top.c tincctl_LDADD = $(CURSES_LIBS) -endif nodist_tincd_SOURCES = device.c @@ -32,7 +29,7 @@ INCLUDES = @INCLUDES@ -I$(top_builddir) noinst_HEADERS = \ xalloc.h utils.h getopt.h list.h splay_tree.h dropin.h fake-getaddrinfo.h fake-getnameinfo.h fake-gai-errnos.h ipv6.h ipv4.h ethernet.h \ buffer.h cipher.h conf.h connection.h control.h control_common.h crypto.h device.h digest.h edge.h graph.h logger.h meta.h net.h netutl.h node.h process.h \ - protocol.h route.h rsa.h rsagen.h subnet.h bsd/tunemu.h + protocol.h route.h rsa.h rsagen.h subnet.h top.h bsd/tunemu.h LIBS = @LIBS@ @LIBGCRYPT_LIBS@