diff options
Diffstat (limited to 'widgets/text')
-rw-r--r-- | widgets/text/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/text/Makefile.am b/widgets/text/Makefile.am index f20041a7d0..ee426f4791 100644 --- a/widgets/text/Makefile.am +++ b/widgets/text/Makefile.am @@ -1,3 +1,7 @@ +if OS_WIN32 +WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la +endif + AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ |