From: Nathan Neulinger Date: Wed, 24 Oct 2007 15:02:24 +0000 (+0000) Subject: apply patch from Peter Breitenlohner to not include build dir in the python module... X-Git-Tag: v2.8.13~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7c66d7c46e2d538ab5a20a5677b1dd3715a7cf3;p=cracklib apply patch from Peter Breitenlohner to not include build dir in the python module/library git-svn-id: file:///tmp/cracklib-svn/trunk@101 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/cracklib/python/Makefile.am b/cracklib/python/Makefile.am index c7a61cd..114175b 100644 --- a/cracklib/python/Makefile.am +++ b/cracklib/python/Makefile.am @@ -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