From 6e0c7d6a4e8d64611c6886d62c437402324feff7 Mon Sep 17 00:00:00 2001 From: Fukken-Saved Date: Wed, 25 Feb 2015 07:13:09 -0500 Subject: [PATCH] Revert "whoops" This reverts commit 5f498b1b78f2e13a449d993db339c96e85edee38. --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 6e68904dc..63bd61172 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -87,7 +87,7 @@ if (BUILD_SUPPORTED) # DFHACK_PLUGIN(advtools advtools.cpp) DFHACK_PLUGIN(autochop autochop.cpp) DFHACK_PLUGIN(autodump autodump.cpp) - DFHACK_PLUGIN(autohauler autohauler.cpp) + DFHACK_PLUGIN(autohauler autodump.cpp) DFHACK_PLUGIN(autolabor autolabor.cpp) DFHACK_PLUGIN(automaterial automaterial.cpp) DFHACK_PLUGIN(automelt automelt.cpp)