From 41c6d4eabf5898160945e0ccc18503fcf566600f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 25 Jan 2025 12:39:30 +0000 Subject: tests/Makefile.am: No need to build and link against freerdp/winpr libraries. --- tests/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9aac03c..e945201 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -87,8 +87,6 @@ test_freerdp_wrapper_SOURCES = \ test_freerdp_wrapper_LDADD = \ libgtest.a libgtest_main.a \ ${top_srcdir}/src/pam_freerdp.la \ - $(FREERDP_LIBS) \ - $(WINPR_LIBS) \ $(NULL) test_freerdp_wrapper_CPPFLAGS = \ @@ -96,22 +94,16 @@ test_freerdp_wrapper_CPPFLAGS = \ -I${top_srcdir}/include \ -I${top_srcdir}/src \ $(GTEST_CPPFLAGS) \ - $(FREERDP_CPPFLAGS) \ - $(WINPR_CPPFLAGS) \ $(NULL) test_freerdp_wrapper_CXXFLAGS = \ $(AM_CXXFLAGS) \ -DAUTH_CHECK="\"$(abs_builddir)/test-freerdp-auth\"" \ $(GTEST_CXXFLAGS) \ - $(FREERDP_CXXFLAGS) \ - $(WINPR_CXXFLAGS) \ $(NULL) test_freerdp_wrapper_LDFLAGS = \ $(GTEST_LDFLAGS) \ - $(FREERDP_LDFLAGS) \ - $(WINPR_LDFLAGS) \ -pthread \ $(NULL) -- cgit v1.2.3