Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-20 | build: Ensure backends correctly link to internal folks libraries | Philip Withnall | 1 | -0/+1 | |
2013-11-27 | build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.ac | Philip Withnall | 1 | -0/+1 | |
Remembering to always append to AM_VALAFLAGS, rather than define it from scratch, is hard and error-prone. Simpler and more consistent to define a new variable, TARGET_VALAFLAGS, which must be manually included in every AM_VALAFLAGS or target-specific *_VALAFLAGS declaration. https://bugzilla.gnome.org/show_bug.cgi?id=712274 | |||||
2013-11-06 | build: Add folks-internal.la to $(backend_libadd) | Philip Withnall | 1 | -0/+1 | |
2013-10-28 | build: Factor common automakery out of backends’ Makefile.ams | Philip Withnall | 1 | -0/+80 | |
This makes the backends’ build process so much more consistent, and reduces a huge amount of copy–paste automakery. |