Added HostServ notice in configure.
This commit is contained in:
parent
898bd0f9d7
commit
0642038c51
2 changed files with 4 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -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 "(*----------------------------------------------------------*)"
|
||||||
|
|
|
@ -8,6 +8,7 @@ TARGET= hostserv.so
|
||||||
|
|
||||||
all: hostserv
|
all: hostserv
|
||||||
|
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) $(INCLUDES) -c $<
|
$(CC) $(CFLAGS) $(INCLUDES) -c $<
|
||||||
|
|
||||||
|
|
Reference in a new issue