opensc/etc/Makefile.am

11 lines
270 B
Makefile
Raw Normal View History

# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = opensc.conf
EXTRA_DIST = opensc.conf.in
noinst_DATA = opensc.conf.in opensc.conf
%: %.in
sed -e "s#PKGDATADIR#$(shell eval echo $(pkgdatadir))#" < $^ > $@