Fixed some things for dist, plus a case mistake for the Windows code.
This commit is contained in:
parent
922c33d5a3
commit
5594529239
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue