You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
noinst_PROGRAMS=zippy
|
|
|
|
if HAVE_X
|
|
bin_PROGRAMS=x11vnc
|
|
x11vnc_SOURCES=x11vnc.c
|
|
x11vnc_CFLAGSADD=@X_CFLAGS@
|
|
x11vnc_LDADD=@X_LIBS@
|
|
endif
|
|
|
|
zippy_SOURCES=zippy.c
|