4db28031fce5abcb0fde1af6fda0a4f70cca442e
[platform/core/appfw/message-port-dbus.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