blob: 09cc8da98dae70dc98ccb6e4af01f5c26d07d346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- engage/src/module/Makefile.am~no-local-includes
+++ engage/src/module/Makefile.am
@@ -10,8 +10,7 @@
# the module .so file
INCLUDES = -I. \
- -I$(top_srcdir) \
- -I$(includedir) \
+ -I$(top_srcdir) \
@e_cflags@
pkgdir = @e_modules@/engage/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
|