summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-25 00:18:36 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 02:23:18 +0200
commitdf151d21b6e83144a54f8ee7d622b6dda815ddc5 (patch)
treeb2a98f24295d190361480fb0abac88383e04f6a3
parentd75a97793a803064bbacf97dca5beb670ad3e0b6 (diff)
We shouldn't have a Makefile here.
Change-Id: If55952b4aa9b95ff9311c1b7338b77af62a5c503 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/3rdparty/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/3rdparty/Makefile b/src/3rdparty/Makefile
deleted file mode 100644
index c8c9ed1924..0000000000
--- a/src/3rdparty/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PNGMAK=scripts/makefile.linux
-
-all:
- cd zlib; ./configure; make
- cd libpng; make -f $(PNGMAK)
-
-clean:
- -cd zlib; make clean
- -cd libpng; make -f $(PNGMAK) clean