~ubuntu-branches/ubuntu/edgy/rpm/edgy-security

« back to all changes in this revision

Viewing changes to python/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-18ztoev23d3v93rj
Tags: 4.0.3-4
Fixed a build failure on m68k (I hope) Closes: #130471

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile for rpm library.
2
2
 
3
 
AUTOMAKE_OPTIONS = 1.4 foreign
 
3
AUTOMAKE_OPTIONS = 1.4 foreign no-exeext
4
4
 
5
5
PYVER=1.5
6
6
 
26
26
python_PROGRAMS = rpmmodule.so poptmodule.so
27
27
 
28
28
rpmmodule_so_SOURCES =
29
 
rpmmodule_so_LDFLAGS = $(mylibs) $(LIBS) -shared -Wl,-soname,rpmmodule.so
 
29
rpmmodule_so_LDFLAGS = $(mylibs) $(LIBS) -shared -Wl,-soname,rpmmodule.so -lpopt
30
30
poptmodule_so_SOURCES = poptmodule.c
31
31
poptmodule_so_LDFLAGS = $(mylibs) $(LIBS) -shared -Wl,-soname,poptmodule.so
32
32