blob: 213aef13d42cd1460d5b5189b9750f2a192cddcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/src/svg/Makefile.in.orig Sun Oct 10 22:18:54 2004
+++ contrib/src/svg/Makefile.in Wed Nov 24 21:41:44 2004
@@ -179,6 +179,8 @@
all: $(__svgdll___depname) $(__svglib___depname)
install: all $(__install_svgdll___depname) $(__install_svglib___depname)
+
+install-common:
$(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
for f in wx/svg/dcsvg.h; do \
if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
|