~ubuntu-branches/ubuntu/oneiric/dasher/oneiric

« back to all changes in this revision

Viewing changes to Src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2011-01-09 12:58:35 UTC
  • Revision ID: james.westby@ubuntu.com-20110109125835-8fsm04ii5wme3c6q
Tags: 4.11-1ubuntu1
src/Makefile.*: force linking against X11 to fix FTBFS with 
--no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
        $(GTK2BUILD_LIBS) \
296
296
        -lexpat \
297
297
        $(POPT_LIBS) \
298
 
        $(GPELIB)
 
298
        $(GPELIB) -lX11
299
299
 
300
300
all: all-recursive
301
301