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.
17 lines
505 B
17 lines
505 B
KDE_CXXFLAGS = $(USE_THREADS)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libvnc.la
|
|
|
|
libvnc_la_SOURCES = kvncview.cpp threads.cpp colour.c d3des.c desktop.c \
|
|
rfbproto.c sockets.c vncauth.c vncprefs.ui vnchostpref.cpp
|
|
|
|
noinst_HEADERS = kvncview.h rfbproto.h vncviewer.h vnctypes.h vncauth.h \
|
|
pointerlatencyometer.h threads.h d3des.h vnchostpref.h
|
|
|
|
libvnc_la_LIBADD = $(LIB_TDEUI) $(LIBJPEG)
|
|
libvnc_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lz
|
|
|
|
INCLUDES= -I$(top_srcdir)/krdc -I.. $(all_includes)
|