Don't build showme if no X11.
This commit is contained in:
parent
b18c82c33b
commit
4c3f4116ac
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue