X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FMakefile.am;h=4db28031fce5abcb0fde1af6fda0a4f70cca442e;hb=0c330e4b92cf3043c5b351360d05aa30c0c71733;hp=4ccd8584bba5800cd6fc957f6b356061b8c5ddcb;hpb=4691e3a265694a455de7c9cccdfe3166654abfc5;p=platform%2Fcore%2Fappfw%2Fmessage-port-dbus.git diff --git a/examples/Makefile.am b/examples/Makefile.am index 4ccd858..4db2803 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,5 +4,5 @@ msgport_example_app_SOURCES = test-app.c msgport_example_app_LDADD = ../lib/libmessage-port.la $(GLIB_LIBS) $(BUNDLE_LIBS) -msgport_example_app_CPPFLAGS = -I../lib/ $(GLIB_CFLAGS) $(BUNDLE_CFLAGS) +msgport_example_app_CPPFLAGS = -I../lib/ -I ../ $(GLIB_CFLAGS) $(BUNDLE_CFLAGS)