diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-19 22:45:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-19 22:45:41 +0000 |
commit | 0171672858e16f2c660c0287695059b56633d1fe (patch) | |
tree | cfd54165361be11cbbdc89fd3c38cbe2ae5834e1 /rcynic | |
parent | 5627c2b760f19d757a650a021231bd2b02e7055d (diff) |
First baby steps towards autoconf. Trying to keep this simple, so
only using it where absolutely necessary at the moment.
svn path=/Makefile; revision=3125
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/Makefile.in (renamed from rcynic/Makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/Makefile b/rcynic/Makefile.in index 1f5487c3..7b3ed817 100644 --- a/rcynic/Makefile +++ b/rcynic/Makefile.in @@ -5,7 +5,7 @@ OPENSSL_DIR = ../openssl/openssl # Disable -Werror as long as we're using OpenSSL snapshots. CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -LDFLAGS = -static +LDFLAGS = @LD_STATIC_FLAG@ # -H -Wl,-t |