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.
18 lines
498 B
18 lines
498 B
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
|
# Code
|
||
|
noinst_LTLIBRARIES = libsrvloc.la
|
||
|
|
||
|
libsrvloc_la_SOURCES = kserviceregistry.cpp uuid.cpp \
|
||
|
kinetinterface.cpp kinetinterfacewatcher.cpp \
|
||
|
getifaddrs.cpp
|
||
|
|
||
|
libsrvloc_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(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)
|
||
|
|