~ubuntu-branches/ubuntu/vivid/libxpm/vivid

« back to all changes in this revision

Viewing changes to sxpm/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-21 19:58:12 UTC
  • Revision ID: james.westby@ubuntu.com-20111021195812-0orxm1r2klja2lqp
Tags: 1:3.5.9-3
Apply patch from Ubuntu to fix build failure when using ld --no-add-
needed. Closes: #604494.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
sxpm_SOURCES = sxpm.c
9
9
 
10
 
LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
 
10
LDADD = $(top_builddir)/src/libXpm.la $(SXPM_LIBS) -lX11
11
11
 
12
12
# Man page
13
13
appmandir = $(APP_MAN_DIR)