Integrate tomlc99 into xrdp build

This commit is contained in:
Koichiro IWAO 2023-04-03 15:50:03 +09:00
parent ee1ea91eb1
commit 40e3421bf1
3 changed files with 5 additions and 0 deletions

View File

@ -44,7 +44,9 @@ else
ULALACADIR =
endif
# This should not be dictionary order but build order
SUBDIRS = \
third_party/tomlc99 \
common \
vnc \
xup \

View File

@ -608,6 +608,7 @@ AC_CONFIG_FILES([
xrdp/Makefile
xrdpvr/Makefile
xup/Makefile
third_party/tomlc99/Makefile
])
AC_REQUIRE_AUX_FILE([tap-driver.sh])

View File

@ -14,6 +14,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/libipm \
-I$(top_srcdir)/libxrdp \
-I$(top_srcdir)/third_party/tomlc99 \
$(IMLIB2_CFLAGS)
XRDP_EXTRA_LIBS =
@ -67,6 +68,7 @@ xrdp_LDADD = \
$(top_builddir)/common/libcommon.la \
$(top_builddir)/libipm/libipm.la \
$(top_builddir)/libxrdp/libxrdp.la \
$(top_builddir)/third_party/tomlc99/libtoml.la \
$(IMLIB2_LIBS) \
$(XRDP_EXTRA_LIBS)