Add note that -L paths may have to be used.
CVS patchset: 3627 CVS date: 2000/03/14 15:24:25
This commit is contained in:
parent
3e7f416a74
commit
e806f1865e
|
@ -19,6 +19,7 @@ LDADD =
|
|||
pythondir = $(prefix)/lib/python1.5/site-packages
|
||||
python_PROGRAMS = rpmmodule.so
|
||||
rpmmodule_so_SOURCES =
|
||||
# XXX rpmmodule_so_LDFLAGS = -L../lib/.libs -lrpm -L../popt/.libs -lpopt $(LIBS) -shared -Wl,-soname,rpmmodule.so
|
||||
rpmmodule_so_LDFLAGS = -lrpm -lpopt $(LIBS) -shared -Wl,-soname,rpmmodule.so
|
||||
|
||||
noinst_LTLIBRARIES = librpmmodule.la
|
||||
|
|
Loading…
Reference in New Issue