~holger-seelig/titania/4.1

« back to all changes in this revision

Viewing changes to libtitania-x3d/Makefile.am

  • Committer: Holger Seelig
  • Date: 2016-06-20 16:52:05 UTC
  • Revision ID: holger.seelig@yahoo.de-20160620165205-4lyxiypvj7ttn7s4
Updated Makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
571
571
        -I$(top_builddir)/libtitania-peaseblossom
572
572
 
573
573
install-exec-hook:
574
 
        cp -r share/ $(prefix)/
575
 
        find $(prefix)/share/titania/ -type d -exec chmod 755 {} \;
576
 
        find $(prefix)/share/titania/ -type f -exec chmod 644 {} \;
577
 
 
 
574
        cp -r share/* $(DESTDIR)$(datadir)
 
575
        find $(DESTDIR)$(datadir)/titania/ -type d -exec chmod 755 {} \;
 
576
        find $(DESTDIR)$(datadir)/titania/ -type f -exec chmod 644 {} \;