diff options
author | Simon Rettberg | 2015-02-12 15:08:06 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-02-12 15:08:06 +0100 |
commit | c3a94473055e098a52ef865a4d2942a1a7d8bf7c (patch) | |
tree | 44618726d10d9a80c065bd9b9fd88405e0bec90e /Makefile | |
parent | Add OpenSSL-Support (Client<->Proxy) (diff) | |
download | ldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.tar.gz ldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.tar.xz ldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.zip |
Hack in support for numeric account names
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ CC=gcc CFLAGS=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter #CC=clang #CFLAGS=-g -pipe -fsanitize=address -O1 -fno-omit-frame-pointer -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -LIBS+=-lowfat -lssl +LIBS+=-lowfat -lssl -lcrypto %.o: %.c $(CC) $(CFLAGS) -c $< |