bidirectional messages implemented, updated the example code
[profile/ivi/message-port.git] / examples / Makefile.am
1 bin_PROGRAMS = msgport-example-app
2
3 msgport_example_app_SOURCES = test-app.c 
4
5 msgport_example_app_LDADD = ../lib/libmessage-port.la $(GLIB_LIBS) $(BUNDLE_LIBS)
6
7 msgport_example_app_CPPFLAGS  = -I../lib/ -I ../ $(GLIB_CFLAGS) $(BUNDLE_CFLAGS)
8