mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-07-18 23:36:25 +00:00
22 lines
344 B
Makefile
22 lines
344 B
Makefile
EXTRA_DIST = \
|
|
as-compiler-flag.m4 \
|
|
as-linguas.m4 \
|
|
introspection.m4 \
|
|
Makefile.am.silent \
|
|
Makefile.am.enums \
|
|
Makefile.am.marshal \
|
|
Makefile.am.gtest \
|
|
Makefile.am.gcov \
|
|
Makefile.am.gitignore
|
|
|
|
# needed to avoid including Makefile.am.gtest
|
|
test-report:
|
|
@true
|
|
|
|
test:
|
|
@true
|
|
|
|
check-local: test
|
|
|
|
.PHONY: test test-report check-local
|