aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
blob: 187fdd84ec48cfdb713dd6524dfef9947ec2a9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS=themes

pcfiles = libmatchbox2-$(MBWM2_API_VERSION).pc \
	  libmatchbox2.pc

# clutter-<major>.<minor>.pc - for generic dependencies
libmatchbox2-$(MBWM2_API_VERSION).pc: libmatchbox2.pc
	@cp $< $@

if ENABLE_LIBMATCHBOX
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)
endif