summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/python/Makefile')
-rw-r--r--cesar/maximus/python/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/maximus/python/Makefile b/cesar/maximus/python/Makefile
index d8686216cb..781eb3b664 100644
--- a/cesar/maximus/python/Makefile
+++ b/cesar/maximus/python/Makefile
@@ -2,8 +2,7 @@ BASE = ../..
HOST_PROGRAMS = interface.so
-interface.so_SOURCES = interface_module.cpp
-interface.so_MODULES = lib/python maximus lib
+interface.so_MODULES = lib/python maximus/python/boost maximus lib
interface.so_LDLIBS = -fPIC -shared
include $(BASE)/common/make/top.mk