1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 15:51:18 -07:00

- making srvloc not installed by default

- make sure to pass linking flags to the link line
- only link against -lslp if it is available

svn path=/trunk/kdenetwork/krfb/; revision=166696
This commit is contained in:
Dirk Mueller
2002-07-15 01:02:24 +00:00
parent 5b1de1a032
commit 16748863f7

View File

@@ -1,11 +1,12 @@
METASOURCES = AUTO
# Code
lib_LTLIBRARIES = libsrvloc.la
noinst_LTLIBRARIES = libsrvloc.la
libsrvloc_la_SOURCES = kinetaddr.cpp kinetaddr_ipfinder.cpp \
kserviceregistry.cpp kuser.cpp
libsrvloc_la_LIBADD = $(LIB_QT) $(LIB_KDECORE)
libsrvloc_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_SLP)
libsrvloc_la_LDFLAGS = $(all_libraries) -no-undefined
noinst_HEADERS = kinetaddr.h kserviceregistry.h kuser.h
# set the include path for X, qt and KDE