mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
* Add some headers to the list of installed files. * Specify the "foreign" strictness so that automake does not complain about missing files. * Specify a directory for m4 macros as suggested by libtoolize. * Add autotools-generated files to gitignore.
3 lines
63 B
Makefile
3 lines
63 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = docs
|
|
SUBDIRS = UnitTest++
|