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