Distinguish two kinds of module indicators.
[gnulib.git] / modules / pty-tests
1 Files:
2 tests/test-pty-c++.cc
3 tests/signature.h
4
5 Depends-on:
6 ansi-c++-opt
7
8 configure.ac:
9
10 Makefile.am:
11 if ANSICXX
12 TESTS += test-pty-c++
13 check_PROGRAMS += test-pty-c++
14 test_pty_c___SOURCES = test-pty-c++.cc
15 test_pty_c___LDADD = $(LDADD) $(PTY_LIB)
16 endif