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

« back to all changes in this revision

Viewing changes to Makefile.in

  • 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:
384
384
 
385
385
# can be overridden during development, eg. "make RM_TMP=: aes.o"
386
386
RM_TMP = rm -f
387
 
@ENABLE_SHARED_TRUE@SHLIBOBJECTS = $(patsubst %.$(OBJEXT),%_p.$(OBJEXT),$(am_libnettle_a_OBJECTS) $(LIBOBJS))
 
387
@ENABLE_SHARED_TRUE@SHLIBOBJECTS = $(patsubst %.$(OBJEXT),%_p.$(OBJEXT),$(am_libnettle_a_OBJECTS) $(LIBOBJS)) -lgmp
388
388
 
389
389
# desCore rules
390
390
# It seems using $(srcdir)/ doesn't work with GNU make 3.79.1