summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-25 19:21:40 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-25 19:21:40 (GMT)
commit87611d97377d907d115afd3721dabd5abbbf0e26 (patch)
tree193a0a933102f23c179553132ccc925941a65721 /Makefile
parentb81be3bdd0fabeb448da988c92743b8cb8b9073b (diff)
downloadswift-87611d97377d907d115afd3721dabd5abbbf0e26.zip
swift-87611d97377d907d115afd3721dabd5abbbf0e26.tar.bz2
Adding support for deb packaging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4434a2e..9c71c56 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ ifeq ($(BUILD_SWIFT),yes)
include Swift/Makefile.inc
endif
include QA/Makefile.inc
-
+include Swift/Packaging/Debian/Makefile.inc
################################################################################
# Main targets
################################################################################