From b80c4af11e9aef73aebee22e5b5dad367dacfa9a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 12 Dec 2009 15:19:23 -0600 Subject: [PATCH] Fixing a bug in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7aab94..2944e9c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ CTAGS=ctags-exuberant all: test run: $(OBJ) - $(SOURCE_PATH)/dc_glade.py + $(SOURCE_PATH)/telepathy-theonering profile: $(OBJ) $(PROFILE_GEN) $(PROGRAM) -- 1.7.9.5