shithub: choc

Download patch

ref: 5caec28365fedfd4f1929f80313680ff7a15fa7f
parent: 65a0cc9ce37cd383c59bf82579f60e5b2de75ee0
author: Simon Howard <fraggle@soulsphere.org>
date: Sat Jun 11 21:22:08 EDT 2016

osx: Remove IWADLocation.m from dist.

This file was removed in d8cfdba5bffc84b9 but was not removed from the
pkg/Makefile.am file that lists the files which are included in
'make dist'. Remove it from there too.

--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -18,7 +18,6 @@
 osx/AppController.m     osx/AppController.h                             \
 osx/Execute.m           osx/Execute.h                                   \
 osx/IWADController.m    osx/IWADController.h                            \
-osx/IWADLocation.m      osx/IWADLocation.h                              \
 osx/LauncherManager.m   osx/LauncherManager.h
 
 WIN32_FILES=                                                            \