mirror of
https://github.com/bspeice/libcvautomation
synced 2025-10-21 13:31:50 -04:00
Fix the debian build process up
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pyexec_LTLIBRARIES = _libcvautomation.la
|
||||
_libcvautomation_la_SOURCES = libcvautomation-swig.c
|
||||
_libcvautomation_la_LDFLAGS = -avoid-version -module $(PYTHON_LDFLAGS)
|
||||
_libcvautomation_la_LDFLAGS = -avoid-version -module $(PYTHON_LDFLAGS) -L$(top_srcdir)/libcvautomation/.libs
|
||||
_libcvautomation_la_LIBADD = -lcvautomation
|
||||
_libcvautomation_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/include
|
||||
|
||||
|
Reference in New Issue
Block a user