blob: b2810ba98ca6e7b0d19186ce01e915daa02aa380 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Mon Apr 2 22:05:57 2007
+++ Makefile Mon Apr 2 22:07:31 2007
@@ -16,7 +16,7 @@
# Overwite config files on "make samples"
OVERWRITE:=y
-CFLAGS+=-fPIC
+CFLAGS+=-fPIC -I${PREFIX}/include
# If the file .asteriskaddons.makeopts is present in your home directory, you can
# include all of your favorite menuselect options so that every time you download
|