projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eaddac
)
Remove /usr/include from path??
author
Mark Spencer
<markster@digium.com>
Sun, 11 Jan 2004 19:17:02 +0000
(19:17 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 11 Jan 2004 19:17:02 +0000
(19:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1952
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cdr/Makefile
patch
|
blob
|
history
diff --git
a/cdr/Makefile
b/cdr/Makefile
index
aac7029
..
16b2795
100755
(executable)
--- a/
cdr/Makefile
+++ b/
cdr/Makefile
@@
-56,7
+56,7
@@
include .depend
endif
cdr_odbc.so: cdr_odbc.o
- $(CC) $(SOLINK) -o $@ $< -lodbc -I/usr/include $(MLFLAGS)
+ $(CC) $(SOLINK) -o $@ $< -lodbc $(MLFLAGS)
cdr_pgsql.so: cdr_pgsql.o
$(CC) $(SOLINK) -o $@ $< -lpq -lz $(MLFLAGS)