1
0
Fork 0

Don't build showme if no X11.

This commit is contained in:
curt 1999-04-05 02:20:53 +00:00
parent b18c82c33b
commit 4c3f4116ac

View file

@ -15,6 +15,10 @@ noinst_LIBRARIES = libTriangle.a
libTriangle_a_SOURCES = triangle.c triangle.h
if HAVE_XWINDOWS
bin_PROGRAMS = showme
showme_SOURCES = showme.c
showme_LDADD = -lX11
endif