diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
commit | 48087e1d5650499b6093a6816356d467c8461802 (patch) | |
tree | 00c39f978492596620df1374e8a91af507d8bac3 /kdnssd/kdedmodule/Makefile.am | |
parent | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (diff) | |
download | tdenetwork-48087e1d5650499b6093a6816356d467c8461802.tar.gz tdenetwork-48087e1d5650499b6093a6816356d467c8461802.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdnssd/kdedmodule/Makefile.am')
-rw-r--r-- | kdnssd/kdedmodule/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kdnssd/kdedmodule/Makefile.am b/kdnssd/kdedmodule/Makefile.am deleted file mode 100644 index c01297db..00000000 --- a/kdnssd/kdedmodule/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -kde_module_LTLIBRARIES = kded_dnssdwatcher.la - -METASOURCES = AUTO -INCLUDES = $(all_includes) - -kded_dnssdwatcher_la_SOURCES = dnssdwatcher.cpp dnssdwatcher.skel watcher.cpp -kded_dnssdwatcher_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_dnssdwatcher_la_LIBADD = $(LIB_KDNSSD) $(LIB_KIO) - - -servicesdir = $(kde_servicesdir)/kded -services_DATA = dnssdwatcher.desktop - |