diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-14 09:05:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-16 22:13:27 (GMT) |
commit | 516b334bd963452578367b2cd354db6c39ba99c9 (patch) | |
tree | f24aa85a28be562ea64929fe298a9851c1a74965 /Swift/Makefile.inc | |
parent | 7fdc3e80028fd93fcc0111570a01cd78282cd41a (diff) | |
download | swift-516b334bd963452578367b2cd354db6c39ba99c9.zip swift-516b334bd963452578367b2cd354db6c39ba99c9.tar.bz2 |
Remove autoconf/make files.
Diffstat (limited to 'Swift/Makefile.inc')
-rw-r--r-- | Swift/Makefile.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Swift/Makefile.inc b/Swift/Makefile.inc deleted file mode 100644 index ab677af..0000000 --- a/Swift/Makefile.inc +++ /dev/null @@ -1,10 +0,0 @@ -include Swift/Controllers/Makefile.inc -include Swift/QtUI/Makefile.inc -include Swift/Packaging/Debian/Makefile.inc - -INSTALL_TARGETS += install-swift - -.PHONY: install-swift -install-swift: qt - install -d $(DESTDIR)$(bindir) - install Swift/QtUI/swift $(DESTDIR)$(bindir) |