Fix missing lua linkage in burrows plugin.

develop
Petr Mrázek 2012-04-15 01:58:02 +02:00
parent a19d25f532
commit c69af6ab9e
1 changed files with 2 additions and 1 deletions

@ -102,7 +102,8 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(feature feature.cpp)
DFHACK_PLUGIN(lair lair.cpp)
DFHACK_PLUGIN(zone zone.cpp)
DFHACK_PLUGIN(burrows burrows.cpp)
# this one exports functions to lua
DFHACK_PLUGIN(burrows burrows.cpp LINK_LIBRARIES lua)
# not yet. busy with other crud again...
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()