Added HostServ notice in configure.

This commit is contained in:
shmad 2002-10-15 19:20:59 +00:00
parent 898bd0f9d7
commit 0642038c51
2 changed files with 4 additions and 0 deletions

3
configure vendored
View file

@ -5993,4 +5993,7 @@ echo "(| http://www.sf.net/projects/neostats/ |)"
echo "(*----------------------------------------------------------*)" echo "(*----------------------------------------------------------*)"
echo "(| Now that Configure is complete, just type "make" to |)" echo "(| Now that Configure is complete, just type "make" to |)"
echo "(| compile the program |)" 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 "(*----------------------------------------------------------*)" echo "(*----------------------------------------------------------*)"

View file

@ -8,6 +8,7 @@ TARGET= hostserv.so
all: hostserv all: hostserv
.c.o: .c.o:
$(CC) $(CFLAGS) $(INCLUDES) -c $< $(CC) $(CFLAGS) $(INCLUDES) -c $<