File: Makefile.am

package info (click to toggle)
pcsc-lite 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: ansic: 13,869; python: 3,173; lex: 609; makefile: 246; sh: 54; xml: 22
file content (22 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 \
	SECURITY \
	HELP

DISTCLEANFILES = ChangeLog.git

ChangeLog.git:
	git log --stat --decorate=short > $@