hdspconf: move .desktop and icon files to desktop, use modern destination for icons

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2017-11-15 10:43:48 +01:00
parent 962a07911c
commit ecf4884564
7 changed files with 39 additions and 10 deletions

View file

@ -39,4 +39,4 @@ FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
LIBS="$LIBS $ALSA_LIBS $FLTK_LIBS"
AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile)
AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile desktop/Makefile)