1. 02 Apr, 2014 1 commit
  2. 01 Apr, 2014 2 commits
  3. 29 Mar, 2014 2 commits
  4. 28 Mar, 2014 1 commit
    • Christophe Fergeau's avatar
      build-sys: Fix parallel build · c44a2566
      Christophe Fergeau authored
      On my machine, parallel builds fail with:
      
      make[2]: Entering directory `/home/teuf/hack/libplist/src'
        CCLD     libplist.la
      make[2]: *** No rule to make target `../src/libplist.la', needed by
      `libplist++.la'.  Stop.
      
      If $(top_builddir)/src/libplist.la does not exist yet when trying to
      link libplist++.la, automake/make will not realize the
      $(top_builddir)/src/libplist.la dependency is the same as the
      libplist.la target, and will thus be unable to generate
      $(top_builddir)/src/libplist.la.
      
      Using the libplist.la instead fixes this issue.
      
      I've checked that srcdir!=builddir and make distcheck still pass after
      this change.
      c44a2566
  5. 22 Mar, 2014 3 commits
  6. 19 Mar, 2014 2 commits
  7. 13 Feb, 2014 2 commits
  8. 11 Feb, 2014 8 commits
  9. 06 Feb, 2014 1 commit
  10. 27 Dec, 2013 1 commit
  11. 13 Dec, 2013 8 commits
  12. 12 Dec, 2013 2 commits
  13. 13 Nov, 2013 1 commit
  14. 12 Nov, 2013 2 commits
  15. 29 Oct, 2013 1 commit
  16. 17 Oct, 2013 1 commit
  17. 09 Oct, 2013 1 commit
  18. 30 May, 2013 1 commit