diff options
author | BST 1998 Tony Gale <gale@gtk.org> | 1998-04-02 15:33:36 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 1998-04-02 15:33:36 +0000 |
commit | 4268cd73121f176167714807595c7b58dee2ec3b (patch) | |
tree | 839c3bd465229e1e2bb5ac4e4b33f5b4f4d8e806 /examples/tictactoe | |
parent | 5d81d2ab28479faa1e88206df5b42b9816f65e26 (diff) | |
download | gdk-pixbuf-4268cd73121f176167714807595c7b58dee2ec3b.tar.gz |
add correct dependencies
Thu Apr 2 17:30:04 BST 1998 Tony Gale <gale@gtk.org>
* examples/gtkdial/Makefile,
examples/menu/Makefile,
examples/tictactoe/Makefile : add correct dependencies
Diffstat (limited to 'examples/tictactoe')
-rw-r--r-- | examples/tictactoe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tictactoe/Makefile b/examples/tictactoe/Makefile index 5096fa580..e405a76a8 100644 --- a/examples/tictactoe/Makefile +++ b/examples/tictactoe/Makefile @@ -4,7 +4,7 @@ CC = gcc ttt_test: tictactoe.o ttt_test.o $(CC) `gtk-config --libs` ttt_test.o tictactoe.o -o ttt_test -ttt_test.o: +ttt_test.o: ttt_test.c tictactoe.h $(CC) `gtk-config --cflags` -c ttt_test.c -o ttt_test.o tictactoe.o: tictactoe.c tictactoe.h |