]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/svg/Makefile.in
Warning fixes, source cleaning.
[wxWidgets.git] / contrib / src / svg / Makefile.in
index 71eda11904fbf3d649e0f953322fc79f20a722b5..b3ff61d02b0875d5689aaf694688014d4defe60d 100644 (file)
@@ -171,12 +171,12 @@ COND_SHARED_0___svglib___depname = \
 all: $(__svgdll___depname) $(__svglib___depname)
 
 install: all $(__install_svgdll___depname) $(__install_svglib___depname)
-       $(INSTALL_DIR) $(DESTDIR)$(includedir)
+       $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-2.5
        for f in wx/svg/dcsvg.h; do \
-       if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \
-       $(INSTALL_DIR) $(DESTDIR)$(includedir)/`dirname $$f`; \
+       if test ! -d $(DESTDIR)$(includedir)/wx-2.5/`dirname $$f` ; then \
+       $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-2.5/`dirname $$f`; \
        fi; \
-       $(INSTALL_DATA) $(srcdir)/../../include//$$f $(DESTDIR)$(includedir)/$$f; \
+       $(INSTALL_DATA) $(srcdir)/../../include//$$f $(DESTDIR)$(includedir)/wx-2.5/$$f; \
        done
 
 uninstall: