summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan T. DeKok <aland@freeradius.org>2015-07-13 10:00:31 -0400
committerAlan T. DeKok <aland@freeradius.org>2015-07-13 10:00:31 -0400
commitb0462c85de5d01fd1825773cfe71741a2b95d57c (patch)
tree9c2b919310b131ffe7861ac69c2487589e110391
parent98c489efb5ce35f709854164cec095398530bc8a (diff)
downloadlibpam-radius-auth-b0462c85de5d01fd1825773cfe71741a2b95d57c.tar.gz
libpam-radius-auth-b0462c85de5d01fd1825773cfe71741a2b95d57c.zip
More descriptive messages
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 372bc1b..8c8ad01 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ CFLAGS += -Wall -fPIC
#LDFLAGS += -shared -Wl,--version-script=pamsymbols.ver
LDFLAGS += -shared
+$(if $(wildcard src/config.h),,$(error You must run './configure [options]' before doing 'make'))
+
######################################################################
#
# The default rule to build everything.