diff options
author | Alan T. DeKok <aland@freeradius.org> | 2015-07-13 10:00:31 -0400 |
---|---|---|
committer | Alan T. DeKok <aland@freeradius.org> | 2015-07-13 10:00:31 -0400 |
commit | b0462c85de5d01fd1825773cfe71741a2b95d57c (patch) | |
tree | 9c2b919310b131ffe7861ac69c2487589e110391 | |
parent | 98c489efb5ce35f709854164cec095398530bc8a (diff) | |
download | libpam-radius-auth-b0462c85de5d01fd1825773cfe71741a2b95d57c.tar.gz libpam-radius-auth-b0462c85de5d01fd1825773cfe71741a2b95d57c.zip |
More descriptive messages
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |