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.

Makefile.am 273B

123456789
  1. bin_PROGRAMS = vncconfig
  2. vncconfig_SOURCES = buildtime.c QueryConnectDialog.cxx QueryConnectDialog.h \
  3. vncconfig.cxx vncExt.c vncExt.h
  4. vncconfig_CPPFLAGS = -I$(COMMON_DIR) -I$(TX_DIR)
  5. vncconfig_LDADD = $(TX_LIBS) $(RFB_LIBS) $(NETWORK_LIBS) $(RDR_LIBS) -lX11 \
  6. -lXext