1. 20 May, 2014 2 commits
  2. 18 May, 2014 2 commits
  3. 02 Apr, 2014 2 commits
  4. 01 Apr, 2014 2 commits
  5. 29 Mar, 2014 2 commits
  6. 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
  7. 22 Mar, 2014 3 commits
  8. 19 Mar, 2014 2 commits
  9. 13 Feb, 2014 2 commits
  10. 11 Feb, 2014 8 commits
  11. 06 Feb, 2014 1 commit
  12. 27 Dec, 2013 1 commit
  13. 13 Dec, 2013 8 commits
  14. 12 Dec, 2013 2 commits
  15. 13 Nov, 2013 1 commit
  16. 12 Nov, 2013 1 commit