add tmclient

This commit is contained in:
Martin Mueller
2007-07-24 23:10:27 +00:00
parent ac8ca6e5eb
commit 9fce3fae39
+3
View File
@@ -115,3 +115,6 @@ ahrs2fg: ahrs2fg.c network.c flight_gear.c utils.c
ivy_example: ivy_example.c
gcc -g -O2 -Wall `pkg-config glib-2.0 --cflags` -o $@ $^ `pkg-config glib-2.0 --libs` `pcre-config --libs` -lglibivy
tmclient: tmclient.c
gcc -g -O1 -Wall `pkg-config glib-2.0 --cflags` -o $@ $^ `pkg-config glib-2.0 --libs` `pcre-config --libs` -lglibivy