summaryrefslogtreecommitdiff
path: root/pkgconfig-i386/Makefile.am
blob: b5668e9431b5beefa98ec868a5cbff7d85494116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pcfiles = avsystem.pc avsysaudio.pc

all-local: $(pcfiles)

SUFFIXES: .pc
	cp $< $@

pkgconfigdir= $(libdir)/pkgconfig
pkgconfig_DATA= $(pcfiles)

CLEANFILES= $(pcfiles)

pcinfiles= avsystem.pc.in avsysaudio.pc.in
EXTRA_DIST= $(pcinfiles)