diff options
Diffstat (limited to 'src/info2html/Makefile.am')
-rw-r--r-- | src/info2html/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index 0db75f6e..65ede631 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = \ $(GNOME_CFLAGS) LDADD = \ - $(GNOME_LIBS) $(Z_LIBS) + $(GNOME_LIBS) $(Z_LIBS) $(BZ_LIBS) bin_PROGRAMS = gnome-info2html2 |