~ubuntu-branches/ubuntu/breezy/pysvn/breezy

« back to all changes in this revision

Viewing changes to Source/pysvn_linux_py23.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-09-08 05:13:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050908051333-qgsa2rksrb4az1h4
Tags: 1.3.0-1
Package from release tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
CCCFLAGS=-fPIC -fexceptions -frtti -I/usr/include/$(PYDIR) -I$(PYCXX) -I$(SVN_INC) -I$(APR_INC) -I.
6
6
LDSHARED=g++ -shared
7
7
LDLIBS=-L$(SVN_LIB) \
8
 
-lsvn_client-1
 
8
-lsvn_client-1 \
 
9
-lsvn_repos-1
9
10
 
10
11
include pysvn_common.mak