summaryrefslogtreecommitdiff
path: root/examples/menu
diff options
context:
space:
mode:
authorBST 1998 Tony Gale <gale@gtk.org>1998-04-02 15:33:36 +0000
committerTony Gale <gale@src.gnome.org>1998-04-02 15:33:36 +0000
commit4268cd73121f176167714807595c7b58dee2ec3b (patch)
tree839c3bd465229e1e2bb5ac4e4b33f5b4f4d8e806 /examples/menu
parent5d81d2ab28479faa1e88206df5b42b9816f65e26 (diff)
downloadgtk+-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/menu')
-rw-r--r--examples/menu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/menu/Makefile b/examples/menu/Makefile
index 630d3f297e..3cfbe6c648 100644
--- a/examples/menu/Makefile
+++ b/examples/menu/Makefile
@@ -9,10 +9,10 @@ menu: menu.c
menufactory: menufactory.o mfmain.o
$(CC) `gtk-config --libs` menufactory.o mfmain.o -o menufactory
-menufactory.o:
+menufactory.o: menufactory.c mfmain.h
$(CC) `gtk-config --cflags` -c menufactory.c -o menufactory.o
-mfmain.o:
+mfmain.o: mfmain.c mfmain.h menufactory.h
$(CC) `gtk-config --cflags` -c mfmain.c -o mfmain.o
clean: