mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-17 20:18:08 +02:00
* check/common, check/config.sh.in, check/Makefile.am, configure.in: Make it possible to check for configure variables in the check scripts. So far, only direct/indirect is exposed.
10 lines
332 B
Makefile
10 lines
332 B
Makefile
|
|
TESTS = check-cflags check-libs check-define-variable \
|
|
check-libs-private check-requires-private check-includedir \
|
|
check-conflicts check-missing
|
|
|
|
EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
|
|
private-dep.pc includedir.pc missing-requires-private.pc \
|
|
missing-requires.pc
|
|
|
|
DISTCLEANFILES = config.sh
|