Skip to content

Commit 2995d22

Browse files
committed
Resolve issue #6: Add FRIBIDI_LIBS to bconsole/Makefile.am LDADD
1 parent 5b7ecee commit 2995d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bconsole/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ AM_CPPFLAGS = \
2626
-I$(top_srcdir)/bjoining
2727

2828
LDADD = \
29+
$(FRIBIDI_LIBS) \
2930
libbconsole.la
3031

3132
-include $(top_srcdir)/git.mk

0 commit comments

Comments
 (0)