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.
tdenetwork/krfb/srvloc/Makefile.am

18 lines
499 B

METASOURCES = AUTO
# Code
noinst_LTLIBRARIES = libsrvloc.la
libsrvloc_la_SOURCES = kserviceregistry.cpp uuid.cpp \
kinetinterface.cpp kinetinterfacewatcher.cpp \
getifaddrs.cpp
libsrvloc_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_SLP)
libsrvloc_la_LDFLAGS = $(all_libraries) -no-undefined
noinst_HEADERS = kserviceregistry.h uuid.h \
getifaddrs.h kinetinterface.h kinetinterfacewatcher.h
# set the include path for X, qt and KDE
INCLUDES= $(all_includes)