blob: 8f3b3deb51308f5eef157a225b99f8f90e147583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: module/Makefile.am
===================================================================
--- module.orig/Makefile.am 2008-04-16 17:39:03.000000000 +0800
+++ module/Makefile.am 2008-04-16 17:39:05.000000000 +0800
@@ -26,7 +26,6 @@
# the module .so file
INCLUDES = -I. \
-I$(top_srcdir) \
- -I$(includedir) \
@EXALT_CFLAGS@ \
@e_cflags@
|