#!/usr/bin/make -f
# -*- makefile -*-

export DESTDIR=`pwd`/debian/python-transmissionrpc/

install:
	$(MAKE) -C src -f Makefile install

%:
	dh $@

