Updated Makefile.am to include all necessary files for dist.

This commit is contained in:
Julie Marchant 2019-06-30 09:15:28 -04:00
parent 97c284a97b
commit 922c33d5a3
1 changed files with 1 additions and 0 deletions

View File

@ -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