summaryrefslogtreecommitdiffstats
path: root/src/libgdl/makefile.in
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-07-27 16:21:52 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2016-07-27 16:21:52 +0000
commit3078d10fcf276c0d36975bfd48ef064b46f60b3d (patch)
tree3a17c6c1a9e3c6cce3e315932ea278b3cdd23af5 /src/libgdl/makefile.in
parentOrder some headers (diff)
downloadinkscape-3078d10fcf276c0d36975bfd48ef064b46f60b3d.tar.gz
inkscape-3078d10fcf276c0d36975bfd48ef064b46f60b3d.zip
Disable GTK+ 2 support and delete internal copy of GDL
Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
Diffstat (limited to 'src/libgdl/makefile.in')
-rw-r--r--src/libgdl/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libgdl/makefile.in b/src/libgdl/makefile.in
deleted file mode 100644
index 9dc8cb2ca..000000000
--- a/src/libgdl/makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-OBJEXT = @OBJEXT@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) libgdl/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) libgdl/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)