|
@@ -6,7 +6,7 @@ LDFLAGS=-lonion -ljson -lmysqlclient -lpthread -L/usr/lib64/mysql/ -L.
|
|
|
hello.o: onion hello.c
|
|
|
|
|
|
hello: hello.o libonion_static.a base_html.o fortunes_html.o
|
|
|
- cc hello.o base_html.o fortunes_html.o libonion_static.a -o hello -lpthread -lmysqlclient -ljson -lgnutls -lrt `mysql_config --libs` -lgcrypt
|
|
|
+ cc hello.o base_html.o fortunes_html.o libonion_static.a -o hello -lpthread -lmysqlclient -ljson -lgnutls -lrt
|
|
|
|
|
|
clean:
|
|
|
rm -f *.o hello base_html.c fortunes_html.c
|