summaryrefslogtreecommitdiffstats
path: root/ui/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* autotools: Use non-recursive makeJeremy Kerr2014-08-011-18/+6
| | | | | | | | | | | | With the current testing infrastructure, we don't have a strictly hierarchical set of dependencies. This causes problems with a recursive make, and means we have to hack around some of the dependencies. This change generates a single, top-level makefile from all of the Makefile.am fragments. We still need the po/ directory as a separate SUBDIR, but all others can be converted to non-recursive. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Makefiles: remove -I$(includedir)Jeremy Kerr2013-05-071-1/+0
| | | | | | | | | | | Currently, we include the system include dir in some of our makefiles; this is causing build problems when cross-compiling, as the system include dir may not contain files for the host. The compiler should be searing in the proper system include dir, so just remove the redundant -I. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Convert build to use automakeGeoff Levand2012-02-121-0/+33
Signed-off-by: Geoff Levand <geoff@infradead.org>
OpenPOWER on IntegriCloud