# This file is part of the Coral project.
# Please read the copyright notice in the LICENSE file.
ifeq ($(CORAL_VERSION),)
error no CORAL_VERSION set
endif

.PHONY: coral.pc

coral.pc: coral.pc.in
	sed -e 's/@coral_version@/$(CORAL_VERSION)/g;' $< > $@

