summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2011-11-04 10:08:51 -0600
committerSebastian Kuzminsky <seb@highlab.com>2011-11-04 10:08:51 -0600
commit7fd15a582f11df074d509713bc9f08ab423b08c7 (patch)
tree64da286d0c02eb1e2ccf4a92da5a0ce683451f4a
parent4518c6df822903ae8edf5e419ab86eb97da18b60 (diff)
downloadlinuxcnc-7fd15a582f11df074d509713bc9f08ab423b08c7.tar.gz
linuxcnc-7fd15a582f11df074d509713bc9f08ab423b08c7.zip
packaging: install the pyplugin library correctly
-rw-r--r--src/emc/pythonplugin/Submakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emc/pythonplugin/Submakefile b/src/emc/pythonplugin/Submakefile
index 84399ce4a..f4440b534 100644
--- a/src/emc/pythonplugin/Submakefile
+++ b/src/emc/pythonplugin/Submakefile
@@ -18,7 +18,7 @@ $(call TOOBJSDEPS, $(LIBPPSRCS)) : EXTRAFLAGS=-fPIC -DBOOST_DEBUG_PYTHON -g -O0
$(call TOOBJSDEPS, $(TESTSRCS)) : EXTRAFLAGS=-fPIC -DBOOST_DEBUG_PYTHON -g -O0
-TARGETS += ../lib/libpyplugin.so emc/pythonplugin/testpp
+TARGETS += ../lib/libpyplugin.so.0 emc/pythonplugin/testpp
../lib/libpyplugin.so.0: $(patsubst %.cc,objects/%.o,$(LIBPPSRCS)) ../lib/libemcini.so
$(ECHO) Linking $(notdir $@)