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 449B

12345678910111213
  1. bin_PROGRAMS = vncviewer
  2. vncviewer_SOURCES = AboutDialog.h buildtime.c CConn.cxx CConn.h \
  3. DesktopWindow.cxx DesktopWindow.h InfoDialog.h OptionsDialog.h \
  4. parameters.h PasswdDialog.h ServerDialog.h vncviewer.cxx \
  5. gettext.h
  6. vncviewer_CPPFLAGS = -I$(COMMON_DIR) -I$(TX_DIR) \
  7. -I$(UNIX_DIR) -DLOCALEDIR=\"$(localedir)\"
  8. vncviewer_LDADD = $(TX_LIBS) $(RFB_LIBS) $(NETWORK_LIBS) $(RDR_LIBS) -lXext \
  9. -lX11 $(JPEG_LIBS) $(ZLIB_LIBS) $(LIBINTL)