Generate icons/scalable svg symlink to pixmaps dir (Unity compatible)

This commit is contained in:
2018-11-03 16:43:49 +01:00
parent 3076028f4c
commit 41a8921178
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,8 @@ AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LN_S
AC_PROG_MKDIR_P
AC_PROG_CC
CFLAGS+=" -std=gnu11"