X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=examples%2FMakefile.am;h=fbd71382525d7ab1f2b119b03243a59b9be154a8;hb=refs%2Fheads%2Ffeature%2Fencrypted-storage;hp=9243cafbaafa8392bf3e86fe6f03809eb263fc8d;hpb=83866b378628e6290bf435f5ae04a6d6de72d0e5;p=meshlink diff --git a/examples/Makefile.am b/examples/Makefile.am index 9243cafb..fbd71382 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = meshlinkapp chat chatpp manynodes channels monitor +noinst_PROGRAMS = meshlinkapp chat chatpp manynodes channels monitor groupchat AM_CPPFLAGS = $(PTHREAD_CFLAGS) -I${top_srcdir}/src -iquote. -Wall AM_LDFLAGS = $(PTHREAD_LIBS) @@ -22,3 +22,6 @@ if CURSES monitor_SOURCES = monitor.c monitor_LDADD = ${top_builddir}/src/libmeshlink.la $(NCURSES_LIBS) -lm endif + +groupchat_SOURCES = groupchat.c +groupchat_LDADD = ${top_builddir}/src/libmeshlink.la