pcsc-lite/Makefile.am

23 lines
347 B
Makefile
Raw Normal View History

2017-12-09 17:15:20 +00:00
SUBDIRS = src etc doc
fix-rights:
$(MAKE) -C src $@
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
EXTRA_DIST = \
GPL-3.0.txt \
bootstrap \
ChangeLog.git \
2018-10-12 09:16:36 +00:00
SECURITY \
2021-08-03 20:04:45 +00:00
HELP
2017-12-09 17:15:20 +00:00
DISTCLEANFILES = ChangeLog.git
ChangeLog.git:
git log --stat --decorate=short > $@