diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-07-18 23:37:06 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-07-18 23:37:06 +0000 |
commit | e6290c86ffbb3c29a2bb071744ab7e425327dc27 (patch) | |
tree | ed75cc4138e5bd1a4010625716ab5a41d4783ac8 /src | |
parent | 7a71be6387c47b6160ea4e7f289bec1ec2111fd4 (diff) |
Fix up compilation using Forte compiler. Based on patch from Ivan Noris.
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* configure.in, src/Makefile.am: Fix up compilation
using Forte compiler. Based on patch from Ivan Noris.
Fixes #143041.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b09aacd..c5c9fcd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,8 @@ INCLUDES = \ -DZENITY_DATADIR=\""$(datadir)/zenity"\" zenity_LDADD = \ - $(ZENITY_LIBS) + $(ZENITY_LIBS) \ + $(X_LIBS) gladedir = $(datadir)/zenity |