foxygit / doom Log in
commit 5caec28365fedfd4f1929f80313680ff7a15fa7f
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Jun 12 01:22:08 2016 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Jun 12 01:22:08 2016 -0400

    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.
---
 pkg/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 873b5bdf..32f5a699 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -18,7 +18,6 @@ osx/main.m                                                              \
 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=                                                            \