blob: 5451403aa22ca5579388b4e3b32b8abeab2a4fdf (
plain)
1
2
3
4
5
6
7
8
9
|
bin_PROGRAMS = cpp_app
cpp_app_SOURCES = cpp_app.cpp
cpp_app_CXXFLAGS = $(PROJ_CFLAGS)
cpp_app_LDADD = $(PROJ_LIBS)
TESTS = \
test_ldd.sh \
test_transform.sh \
test_searchpath.sh \
test_version.sh
|