mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = docs
|
|
|
|
include UnitTest++/Makefile.am
|
|
include tests/Makefile.am
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = UnitTest++.pc
|