aboutsummaryrefslogtreecommitdiff
path: root/flx/Makefile
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 14:53:17 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 10:49:00 +0200
commitde2d27fc295d8bfebd6ae86c7f7475e649c1c0b9 (patch)
tree3c30ee2ee25dbadbb90c411042561fbc15ac9c1b /flx/Makefile
parent[RELEASE] flxutils-0.1.9 (diff)
downloadflxutils-de2d27fc295d8bfebd6ae86c7f7475e649c1c0b9.tar.xz
[RELEASE] flxutils-0.1.10.1v0.1.10.1
Diffstat (limited to 'flx/Makefile')
-rw-r--r--flx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/flx/Makefile b/flx/Makefile
index 37e878b..a84b701 100644
--- a/flx/Makefile
+++ b/flx/Makefile
@@ -26,13 +26,12 @@
NAME=flx
-VERSION=0.6.6d
-COPYRIGHT="Copyright 2002, Benoit DOLEZ <bdolez@ant-computing.com>"
+VERSION=0.6.6e
SRC=main.c arg.c utils.c md5.c flx.c fct1.c check.c sign.c \
input.c input_fs.c input_file.c \
output.c output_file.c
OBJ=$(SRC:.c=.o)
-CFLAGS= -Wall -O2 -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\" -DCOPYRIGHT=\"$(COPYRIGHT)\"
+CFLAGS= -Wall -O2 -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\"
LDFLAGS=-L.
$(NAME): $(OBJ)