summaryrefslogtreecommitdiff
path: root/endless/Makefile.am
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <ugarte@endlessm.com>2016-07-01 16:51:13 -0300
committerJuan Pablo Ugarte <ugarte@endlessm.com>2016-07-01 16:54:18 -0300
commitd35503637d2786c2b8707721a1036cffb0dac715 (patch)
treed6bb483581873e066b8275dafed99be06297b400 /endless/Makefile.am
parente2702d13d201190e308df2ee21ac25db7843cfcd (diff)
Include $(buildir)/endless directory in per-executable/library _CPPFLAGS
since global AM_CPPFLAGS is ignored in those cases. https://phabricator.endlessm.com/T12150
Diffstat (limited to 'endless/Makefile.am')
-rw-r--r--endless/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/endless/Makefile.am b/endless/Makefile.am
index c49684d..d4d4fea 100644
--- a/endless/Makefile.am
+++ b/endless/Makefile.am
@@ -64,6 +64,7 @@ libendless_@EOS_SDK_API_VERSION@_la_SOURCES = \
# G_MESSAGES_DEBUG=EndlessSDK ./myprogram
# and turn on debug messages
libendless_@EOS_SDK_API_VERSION@_la_CPPFLAGS = \
+ -I$(builddir)/endless \
@EOS_SDK_CFLAGS@ \
-DG_LOG_DOMAIN=\"EndlessSDK\" \
-DCOMPILING_EOS_SDK \