X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=8b72c5b522c7e96fcf7f9d6513fb7aa63dfb47a9;hb=e0625111fbd75da6a5bbf8284577b0bc7f56b2b6;hp=9a92c422ef4d9fc7842d69fc64ce8bf928ecadf5;hpb=9ff28ad77a6deee4db709c127c843f9fdd68e03b;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 9a92c422..8b72c5b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,6 +65,7 @@ libmeshlink_la_SOURCES = \ conf.c conf.h \ connection.c connection.h \ crypto.c crypto.h \ + discovery.c discovery.h \ dropin.c dropin.h \ ecdh.h \ ecdsa.h \ @@ -103,7 +104,7 @@ libmeshlink_la_SOURCES = \ libmeshlink_la_CFLAGS = -fPIC -libmeshlink_la_LIBADD = -lpthread +libmeshlink_la_LIBADD = -lpthread -lavahi-core -lavahi-common -lavahi-client libmeshlink_la_SOURCES += \ ed25519/ecdh.c \