summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-17 09:04:05 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-17 09:04:05 +0000
commit725fba2756f7608ffee73fce6d7a428df5e28ddd (patch)
tree9f278f965217dfe879862ad1294dfb4bcc4fd452 /makeopts.in
parenta95284a7ff717291202fac094442df5ce6307e70 (diff)
Get LDFLAGS and CFLAGS from autoconf. Make sure that they get
everywhere. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2870 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 6f4e0bb..5022e51 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -1,5 +1,7 @@
CC=@CC@
HOSTCC=@HOSTCC@
+CFLAGS=@CFLAGS@
+LDFLAGS=@LDFLAGS@
INSTALL=@INSTALL@
GREP=@GREP@