4ccd8584bba5800cd6fc957f6b356061b8c5ddcb
[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/ $(GLIB_CFLAGS) $(BUNDLE_CFLAGS)
8