~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kioslave/svn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = ksvnd svnhelper icons
2
 
 
3
 
INCLUDES = $(SVN_INCLUDE) $(all_includes)
4
 
 
5
 
kde_module_LTLIBRARIES = kio_svn.la
6
 
 
7
 
kio_svn_la_SOURCES = svn.cpp
8
 
kio_svn_la_LIBADD = -lkio
9
 
kio_svn_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(SVNLD) $(SVN_LIB)
10
 
 
11
 
protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol
12
 
protocoldir = $(kde_servicesdir)
13
 
 
14
 
messages: rc.cpp
15
 
        $(XGETTEXT) *.cpp -o $(podir)/kio_svn.pot