Authenticator/Makefile.am

23 lines
580 B
Text
Raw Normal View History

2016-05-29 22:20:58 +02:00
ACLOCAL_AMFLAGS = -I m4
NULL =
2016-05-27 14:31:04 +02:00
bin_SCRIPTS = twofactorauth
CLEANFILES = $(bin_SCRIPTS)
EXTRA_DIST = twofactorauth.in
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
-e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
2016-05-29 03:55:37 +02:00
-e 's,[@]localedir[@],$(localedir),g' \
2016-05-27 14:31:04 +02:00
-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 \
2016-05-29 03:55:37 +02:00
data \
2016-05-29 22:20:58 +02:00
po \
schemas