Fix the debian build process up

This commit is contained in:
Bradlee Speice
2012-08-17 17:19:52 -04:00
parent 14a4a859f1
commit 02ae3354d0
5 changed files with 15 additions and 4 deletions

View File

@ -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