From 0642038c51b1a67aa5bf42e0596be6a7663fb556 Mon Sep 17 00:00:00 2001 From: shmad <> Date: Tue, 15 Oct 2002 19:20:59 +0000 Subject: [PATCH] Added HostServ notice in configure. --- configure | 3 +++ dl/hostserv/Makefile | 1 + 2 files changed, 4 insertions(+) diff --git a/configure b/configure index 5da8d133..78590658 100755 --- a/configure +++ b/configure @@ -5993,4 +5993,7 @@ echo "(| http://www.sf.net/projects/neostats/ |)" echo "(*----------------------------------------------------------*)" echo "(| Now that Configure is complete, just type "make" to |)" echo "(| compile the program |)" +echo "(| |)" +echo "(| Take note, if you use HostServ the old DB for it will |)" +echo "(| not work with the new version cuz of Password fields. |)" echo "(*----------------------------------------------------------*)" diff --git a/dl/hostserv/Makefile b/dl/hostserv/Makefile index 41c0fee6..eb8054f4 100644 --- a/dl/hostserv/Makefile +++ b/dl/hostserv/Makefile @@ -8,6 +8,7 @@ TARGET= hostserv.so all: hostserv + .c.o: $(CC) $(CFLAGS) $(INCLUDES) -c $<