Merge pull request #2623 from jsorg71/build_g_malloc_libipm

chansrv: build fix, use libipm from build dir
This commit is contained in:
jsorg71 2023-04-03 22:40:27 -07:00 committed by GitHub
commit f2146aecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,5 +84,6 @@ xrdp_chansrv_LDFLAGS = \
xrdp_chansrv_LDADD = \
$(top_builddir)/common/libcommon.la \
$(top_builddir)/sesman/libsesman/libsesman.la \
$(top_builddir)/libipm/libipm.la \
$(X_PRE_LIBS) -lXfixes -lXrandr -lX11 $(X_EXTRA_LIBS) \
$(CHANSRV_EXTRA_LIBS)