]> git.meshlink.io Git - meshlink/blob - examples/Makefile.am
Start moving the implementation of the public part of the API to meshlink.c.
[meshlink] / examples / Makefile.am
1 bin_PROGRAMS = meshlinkapp chat
2
3 AM_CPPFLAGS = -I../src
4
5 meshlinkapp_SOURCES = meshlinkapp.c
6 meshlinkapp_LDADD = ../src/libmeshlink.la
7
8 chat_SOURCES = chat.c
9 chat_LDADD = ../src/libmeshlink.la