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.
11 lines
542 B
11 lines
542 B
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/. $(all_includes)
|
|
METASOURCES = AUTO
|
|
libnet_la_LDFLAGS = $(all_libraries)
|
|
noinst_LTLIBRARIES = libnet.la
|
|
noinst_HEADERS = address.h bufferedsocket.h circularbuffer.h downloadthread.h \
|
|
networkthread.h portlist.h socket.h socketmonitor.h speed.h uploadthread.h
|
|
libnet_la_SOURCES = address.cpp bufferedsocket.cpp circularbuffer.cpp \
|
|
downloadthread.cpp networkthread.cpp portlist.cpp socket.cpp socketgroup.cpp \
|
|
socketmonitor.cpp speed.cpp uploadthread.cpp
|
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
|