sync with OpenBSD -current
This commit is contained in:
parent
81739016d9
commit
48226b7c51
178 changed files with 76551 additions and 36405 deletions
15
lib/libXaw/examples/Makefile.am
Normal file
15
lib/libXaw/examples/Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
|||
if ENABLE_UNIT_TESTS
|
||||
check_PROGRAMS = list menu pane repeater scrollbar simple strip toggle viewport xawhisto
|
||||
|
||||
TESTS=$(check_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(CWARNFLAGS) $(XAW_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_builddir)/include/X11
|
||||
LDADD= $(top_builddir)/src/libXaw7.la $(XAW7_LIBS)
|
||||
|
||||
TESTS_ENVIRONMENT = $(MALLOC_DEBUG_ENV)
|
||||
|
||||
endif ENABLE_UNIT_TESTS
|
Loading…
Add table
Add a link
Reference in a new issue