Changed directory order.

This commit is contained in:
Camilla Berglund
2011-04-10 17:11:53 +02:00
parent 2dc4d6fb9a
commit 4f9faec759
+1 -1
View File
@@ -42,5 +42,5 @@ AC_CHECK_FUNCS([strdup strerror memset strchr strrchr strtoull], \
[], [AC_MSG_ERROR([Function not found])])
AC_CHECK_FUNCS([asprintf vasprintf])
AC_OUTPUT([Makefile po/Makefile.in src/Makefile man/Makefile])
AC_OUTPUT([Makefile src/Makefile po/Makefile.in man/Makefile])