diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 04:08:48 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 04:08:48 +0000 |
commit | 36ef0cdc92a4a93f2a67efe18d394cd88106df9d (patch) | |
tree | 810800b223571ef85b909ece2efe2c4edcf91734 /src/bin/eet/Makefile.am | |
parent | b7a1481744a905dbd6e635753f0289bc4b220265 (diff) |
and esnure we have all the right include paths.
SVN revision: 77121
Diffstat (limited to 'src/bin/eet/Makefile.am')
-rw-r--r-- | src/bin/eet/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/eet/Makefile.am b/src/bin/eet/Makefile.am index eb536c4514..c81b3191bc 100644 --- a/src/bin/eet/Makefile.am +++ b/src/bin/eet/Makefile.am | |||
@@ -1,9 +1,9 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | 1 | MAINTAINERCLEANFILES = Makefile.in |
2 | 2 | ||
3 | AM_CPPFLAGS = \ | 3 | AM_CPPFLAGS = \ |
4 | -I$(top_srcdir)/src/include/eina \ | 4 | -I$(top_srcdir)/src/lib/eina \ |
5 | -I$(top_srcdir)/src/lib/eet \ | 5 | -I$(top_srcdir)/src/lib/eet \ |
6 | -I$(top_builddir)/src/include/eina \ | 6 | -I$(top_builddir)/src/lib/eina \ |
7 | -I$(top_builddir)/src/lib/eet \ | 7 | -I$(top_builddir)/src/lib/eet \ |
8 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ | 8 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
9 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 9 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |