blob: ac543bdc01ce29fd3b96b093cf7b94967d74b2bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=== modified file 'Makefile.am'
--- Makefile.am 2008-11-10 17:43:43 +0000
+++ Makefile.am 2008-11-10 17:44:10 +0000
@@ -198,8 +198,8 @@
# scanext
scanextdir = $(pyexecdir)
scanext_LTLIBRARIES = scanext.la
-#scanext_la_LDFLAGS = -module -avoid-version -lsane
-scanext_la_LDFLAGS = -module -avoid-version
+scanext_la_LDFLAGS = -module -avoid-version -lsane
+#scanext_la_LDFLAGS = -module -avoid-version
scanext_la_SOURCES = scan/scanext/scanext.c
scanext_la_CFLAGS = -I$(PYTHONINCLUDEDIR)
endif
|