From 559452923922a8a8417338142f8ed3f3790c03bf Mon Sep 17 00:00:00 2001 From: Julie Marchant Date: Sun, 30 Jun 2019 10:26:08 -0400 Subject: [PATCH] Fixed some things for dist, plus a case mistake for the Windows code. --- Makefile.am | 5 +++-- src/engine.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a489254..7dbe70b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/src/engine.c b/src/engine.c index d1e9df5..fdf092e 100644 --- a/src/engine.c +++ b/src/engine.c @@ -23,7 +23,7 @@ along with this program. If not, see . #include #ifdef _WIN32 -#include +#include #else #include #endif