Authenticator/configure.ac
Bilal Elmoussaoui f4ad4221c1 first commit
2016-05-25 22:18:10 +02:00

15 lines
243 B
Text

AC_INIT([Units Converter], [0.1])
AM_INIT_AUTOMAKE
AM_PATH_PYTHON([3.0])
AC_CONFIG_FILES([
Makefile
data/Makefile
data/units-converter.desktop
plugins/Makefile
src/Makefile
src/unitsconverter/Makefile
])
AC_OUTPUT