From 922c33d5a3e86c359ace9dc8c3f6753c63d048a8 Mon Sep 17 00:00:00 2001 From: Julie Marchant Date: Sun, 30 Jun 2019 09:15:28 -0400 Subject: [PATCH] Updated Makefile.am to include all necessary files for dist. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 81c5615..a489254 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = src 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