summaryrefslogtreecommitdiff
path: root/pkgconfig-arm/Makefile.am
blob: 9751bf4f5e76a0de48b246f471cb9bdadb4edcb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)