X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=fe599a8d8d443173cd846a740a3ef00ee38c9737;hp=d78c666b3d0182dc1bec5102bea2710fe9252505;hb=9303f348325e4b276546d08c11fb4ad45e546765;hpb=60c29b25d10733375134a0d9b527e2e87d47b2e0;ds=sidebyside diff --git a/configure.ac b/configure.ac index d78c666..fe599a8 100644 --- a/configure.ac +++ b/configure.ac @@ -355,9 +355,15 @@ AC_SUBST([DATA_FILES]) AC_CONFIG_FILES([Makefile data/Makefile - src/Makefile - doc/Makefile doc/yoink.6 - win32/Makefile win32/build-installer.sh]) + doc/Makefile + doc/yoink.6 + src/Makefile]) + +if test x$WIN32 = xyes +then + AC_CONFIG_FILES([win32/Makefile win32/build-installer.sh]) +fi + AC_CONFIG_HEADERS([src/config.h])