python/Makefile.am: fix typo
This commit is contained in:
parent
552f5329c9
commit
f9b82ab936
@ -24,7 +24,7 @@ python_LTLIBRARIES = rpmmodule.la
|
||||
|
||||
rpmmodule_la_LDFLAGS = -module -avoid-version
|
||||
rpmmodule_la_LIBADD = $(mylibs) $(LIBS) -lpython${PYVER}
|
||||
librpmbuild_la_DEPENDENCIES = $(mylibs)
|
||||
rpmmodule_la_DEPENDENCIES = $(mylibs)
|
||||
|
||||
rpmmodule_la_SOURCES = rpmmodule.c hash.c upgrade.c header-py.c db-py.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user