kopia lustrzana https://github.com/Hamlib/Hamlib
Fix for python install path. Goes now to .../site-packages where it belongs.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2855 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
7c43cd0da9
commit
28eb7c00b0
|
@ -105,7 +105,7 @@ endif
|
||||||
|
|
||||||
python_ltlib = _Hamlib.la
|
python_ltlib = _Hamlib.la
|
||||||
|
|
||||||
pythondir = $(prefix)/lib/python
|
pythondir = @pythondir@
|
||||||
|
|
||||||
nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
|
nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
|
||||||
_Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
|
_Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||||
|
@ -131,8 +131,8 @@ distclean-py:
|
||||||
uninstall-py:
|
uninstall-py:
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
_Hamlib_la_LTLIBRARIES = $(python_ltlib)
|
||||||
lib_LTLIBRARIES = $(tcl_ltlib) $(python_ltlib)
|
lib_LTLIBRARIES = $(tcl_ltlib)
|
||||||
# lib_LTLIBRARIES = @BINDING_LIB_TARGETS@
|
# lib_LTLIBRARIES = @BINDING_LIB_TARGETS@
|
||||||
|
|
||||||
all-local: @BINDING_ALL@
|
all-local: @BINDING_ALL@
|
||||||
|
|
Ładowanie…
Reference in New Issue