blob: e646a372fc3caffe6b18989cc838c19f4f49200b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- timidity/Makefile.in.orig Wed May 24 20:45:31 2006
+++ timidity/Makefile.in Wed May 24 20:46:31 2006
@@ -315,7 +315,7 @@
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_srcdir)/libarc \
+ -I$(LOCALBASE)/include -I$(LOCALBASE)/include/libarc \
-I$(top_srcdir)/libunimod \
-I$(top_srcdir)/interface \
-I$(top_srcdir)/utils \
|