blob: 0b5ed8add853b3505a0635ea792918041802f30f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Include path fixes for Illume:
$(includedir) is pointing to /usr/include, we do not want to have this when compiling
Index: src/Makefile.am
===================================================================
--- a/src/Makefile.am (Revision 12)
+++ b/src/Makefile.am (Arbeitskopie)
@@ -3,7 +3,6 @@
INCLUDES = -I. \
-I$(top_srcdir) \
- -I$(includedir) \
@e_cflags@
pkgdir = $(datadir)/$(MODULE_ARCH)
|