Hook TildaTerminal and TildaWindow together
[tilda-gobject.git] / Makefile
index 7eadae5..1396ced 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ ALL_LIBS=`pkg-config --libs gtk+-2.0 vte`
 
 .PHONY: all memcheck-tt memcheck-tw memcheck clean
 
-all: tilda-window tilda-terminal
+all: tilda-window
 
-tilda-window: tilda-window.o
+tilda-window: tilda-window.o tilda-terminal.o
        $(GCC) $(CFLAGS) $^ -o $@ $(ALL_LIBS)
 
 tilda-window.o: tilda-window.c tilda-window.h