]> granicus.if.org Git - cracklib/commitdiff
apply patch from Peter Breitenlohner to not include build dir in the python module...
authorNathan Neulinger <nneul@neulinger.org>
Wed, 24 Oct 2007 15:02:24 +0000 (15:02 +0000)
committerNathan Neulinger <nneul@neulinger.org>
Wed, 24 Oct 2007 15:02:24 +0000 (15:02 +0000)
git-svn-id: file:///tmp/cracklib-svn/trunk@101 4175fe1e-86d5-4fdc-8e6a-506fab9d8533

cracklib/python/Makefile.am

index c7a61cd03751f70cc559edc8fbeeb7812fbd841b..114175b96cbb83c7e22af4a3e472bfefa9e8ae3e 100644 (file)
@@ -1,6 +1,6 @@
 if BUILD_PYTHON
 pyexec_LTLIBRARIES = cracklibmodule.la
-cracklibmodule_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/lib -lcrack
+cracklibmodule_la_LDFLAGS = -module -avoid-version $(top_builddir)/lib/libcrack.la
 DEFS += '-DDEFAULT_CRACKLIB_DICT="$(DEFAULT_CRACKLIB_DICT)"'
 DEFS += '-DPYTHON_H="python@PYTHON_VERSION@/Python.h"'
 endif