summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan T. DeKok <aland@freeradius.org>2015-07-13 10:09:43 -0400
committerAlan T. DeKok <aland@freeradius.org>2015-07-13 10:09:43 -0400
commit222e95312cb12febaa8f793d77f139de46f73ea3 (patch)
tree6c0be44691accdb4a2e100a342d59282362b6e15
parentb0462c85de5d01fd1825773cfe71741a2b95d57c (diff)
downloadlibpam-radius-auth-222e95312cb12febaa8f793d77f139de46f73ea3.tar.gz
libpam-radius-auth-222e95312cb12febaa8f793d77f139de46f73ea3.zip
export CFLAGS
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c8ad01..f27f08e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ VERSION=1.4.0
# If you're not using GCC, then you'll have to change the CFLAGS.
#
CFLAGS += -Wall -fPIC
+
#
# On Irix, use this with MIPSPRo C Compiler, and don't forget to export CC=cc
# gcc on Irix does not work yet for pam_radius
@@ -37,6 +38,8 @@ all: pam_radius_auth.so
#
# Build the object file from the C source.
#
+export CFLAGS
+
src/pam_radius_auth.o: src/pam_radius_auth.c src/pam_radius_auth.h
@$(MAKE) -C src $(notdir $@)