Authenticator/Makefile.am
2016-05-29 22:20:58 +02:00

22 lines
580 B
Makefile

ACLOCAL_AMFLAGS = -I m4
NULL =
bin_SCRIPTS = twofactorauth
CLEANFILES = $(bin_SCRIPTS)
EXTRA_DIST = twofactorauth.in
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
-e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
-e 's,[@]localedir[@],$(localedir),g' \
-e 's,[@]PACKAGE[@],$(PACKAGE),g' \
-e 's,[@]VERSION[@],$(VERSION),g' \
-e 's,[@]pyexecdir[@],$(pyexecdir),g'
twofactorauth: twofactorauth.in Makefile
$(do_substitution) < $(srcdir)/twofactorauth.in > twofactorauth
chmod +x twofactorauth
SUBDIRS = TwoFactorAuth \
data \
po \
schemas