~ubuntu-branches/ubuntu/hoary/nettle/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2004-05-04 15:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040504155602-5l7iv327pnxndcao
Tags: 1.10-1
The latest upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
%_p.$(OBJEXT): %.c
129
129
        $(COMPILE) $(SHLIBCFLAGS) -c $< -o $@
130
130
 
131
 
SHLIBOBJECTS = $(patsubst %.$(OBJEXT),%_p.$(OBJEXT),$(am_libnettle_a_OBJECTS) $(LIBOBJS))
 
131
SHLIBOBJECTS = $(patsubst %.$(OBJEXT),%_p.$(OBJEXT),$(am_libnettle_a_OBJECTS) $(LIBOBJS)) -lgmp
132
132
 
133
133
# The point of the linking is to use -Lnettle-dir at linktime,
134
134
# and LD_LIBRARY_PATH=nettle-dir/.lib at run time.