Fixed some things for dist, plus a case mistake for the Windows code.

This commit is contained in:
Julie Marchant 2019-06-30 10:26:08 -04:00
parent 922c33d5a3
commit 5594529239
2 changed files with 4 additions and 3 deletions

View File

@ -5,10 +5,11 @@
SUBDIRS = src misc
dist_doc_DATA = README.txt COPYING LICENSES
dist_data_DATA = data gfx music sound locale misc
if !RUN_IN_PLACE
dist_doc_DATA = README.txt COPYING LICENSES
dist_data_DATA = data gfx music sound locale
nobase_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
endif

View File

@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <unistd.h>
#ifdef _WIN32
#include <Shlobj.h>
#include <shlobj.h>
#else
#include <pwd.h>
#endif