~ubuntu-branches/debian/squeeze/kdelibs/squeeze

« back to all changes in this revision

Viewing changes to .pc/97_automake_cleanup.diff/dnssd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-08-07 23:20:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100807232021-owvkgp5wpc076s33
Tags: 4:3.5.10.dfsg.1-5
* Change by email address to @debian.org.
* Drop common HTML docs from kdelibs-data package. Instead suggest
  kdelibs5-data which ships them (Closes: #591609). What's more, whoever
  wants to view docs, will have to install khelpcenter4 which pulls in
  kdelibs5-data anyway.
* Switch to dpkg-source format 3.0 (quilt):
  - drop simple-patchsys.mk from debian/rules;
  - add debian/patches/series file.
* Fix corruption of zip files caused by wrong encoding of umlauts in kzip
  (patch 67_kio_zip_file_encoding.diff). (Closes: #563942) Thanks to Bjoern
  Ricks for the patch.
* Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
  Thanks to Ben Burton for the patch.
* Do not recurse into .pc subdirectory with doxygen 
  (patch debian/patches/02_exclude_pc_from_dox.diff).
* Urgency=medium due to multiple RC bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# set the include path for X, qt and KDE
 
2
INCLUDES = -I$(top_srcdir) $(all_includes) $(AVAHI_CFLAGS)
 
3
 
 
4
# these are the headers for your project
 
5
noinst_HEADERS = sdevent.h
 
6
 
 
7
# let automoc handle all of the meta source files (moc)
 
8
METASOURCES = AUTO
 
9
 
 
10
lib_LTLIBRARIES =  libkdnssd.la
 
11
 
 
12
libkdnssd_la_SOURCES = remoteservice.cpp responder.cpp servicebase.cpp \
 
13
                                settings.kcfgc publicservice.cpp query.cpp domainbrowser.cpp servicebrowser.cpp
 
14
dnssdincludedir = $(includedir)/dnssd
 
15
dnssdinclude_HEADERS = domainbrowser.h query.h remoteservice.h \
 
16
        publicservice.h servicebase.h servicebrowser.h settings.h
 
17
libkdnssd_la_LIBADD = ../kdecore/libkdecore.la $(AVAHI_LIBS)
 
18
libkdnssd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0
 
19
 
 
20
#kde_kcfg_DATA = kcm_kdnssd.kcfg
 
21
 
 
22
include ../admin/Doxyfile.am