X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=2944e9c6bc2736e6d6c0bef580befe3ff6a05711;hp=fcaa075f6883205eb7e52cf96e02de415851fcc4;hb=b80c4af11e9aef73aebee22e5b5dad367dacfa9a;hpb=5871efe867162458c5180deb6a8c812abdbcbcf9 diff --git a/Makefile b/Makefile index fcaa075..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) @@ -71,6 +71,7 @@ upload: package dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes dput chinook-extras-builder $(BUILD_PATH)/chinook/$(PROJECT_NAME)*.changes + cp $(BUILD_PATH)/debian/*.deb www/$(PROJECT_NAME).deb lint: $(OBJ) $(foreach file, $(SOURCE), $(LINT) $(file) ; )