X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=9a92c422ef4d9fc7842d69fc64ce8bf928ecadf5;hb=7593adb9ad9e6ff73afe29e9bd445cea8615a151;hp=8f02c06d063a950f0db532cc5125ac95637bc2b1;hpb=d8df6943acde5b3c813efd9b116ddf2d1d4ff00e;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 8f02c06d..9a92c422 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,8 +56,10 @@ sptps_speed_SOURCES = \ lib_LTLIBRARIES = libmeshlink.la +libmeshlink_la_LDFLAGS = -export-symbols-regex '^meshlink_' + libmeshlink_la_SOURCES = \ - libmeshlink.c libmeshlink.h \ + meshlink.c meshlink.h \ buffer.c buffer.h \ cipher.h \ conf.c conf.h \ @@ -94,7 +96,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) \