summaryrefslogtreecommitdiff
path: root/perl/Makefile.am
blob: e55c09cf5e8562f2c017baedafd86fa0c0a45b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for rpm scripts.

AUTOMAKE_OPTIONS = 1.4 foreign

EXTRA_DIST = \
	db.xs header.xs junk.xs rpm.xs transaction.xs

installprefix = $(DESTDIR)

configdir = ${prefix}/lib/rpm
config_SCRIPTS = \
	db.xs header.xs junk.xs rpm.xs transaction.xs

all install clean: PMakefile
	make -f $< $@
	
PMakefile: Makefile.PL
	perl Makefile.PL