summaryrefslogtreecommitdiff
path: root/backends/backend.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-12-20build: Ensure backends correctly link to internal folks librariesPhilip Withnall1-0/+1
2013-11-27build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.acPhilip Withnall1-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-06build: Add folks-internal.la to $(backend_libadd)Philip Withnall1-0/+1
2013-10-28build: Factor common automakery out of backends’ Makefile.amsPhilip Withnall1-0/+80
This makes the backends’ build process so much more consistent, and reduces a huge amount of copy–paste automakery.