mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-30 00:00:29 +01:00
10 lines
361 B
Makefile
10 lines
361 B
Makefile
|
|
TESTS = check-cflags check-libs check-define-variable \
|
|
check-libs-private check-requires-private check-includedir \
|
|
check-conflicts check-missing check-idirafter
|
|
|
|
EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
|
|
private-dep.pc includedir.pc missing-requires-private.pc \
|
|
missing-requires.pc idirafter.pc
|
|
|
|
DISTCLEANFILES = config.sh
|