diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-22 15:30:17 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-22 15:30:17 +0200 |
commit | 1e8db04f1f772c1aa039cef1a33ce6469d57dce7 (patch) | |
tree | 79ae74f521a36cd7f22f5627e2d268ceee52891d /src | |
parent | 77fe59dee756217603a17f6c4bd028a367a517cf (diff) |
On X11 systems, link to X11 explicitely (on some systems, indirect linking does not seem to work).
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c4c7949a..65a42cad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ dillo_LDADD = \ $(top_builddir)/dw/libDw-core.a \ $(top_builddir)/lout/liblout.a \ @LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBFLTK_LIBS@ @LIBZ_LIBS@ \ - @LIBICONV_LIBS@ @LIBPTHREAD_LIBS@ + @LIBICONV_LIBS@ @LIBPTHREAD_LIBS@ @LIBX11_LIBS@ dillo_SOURCES = \ dillo.cc \ |