mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user