diff options
Diffstat (limited to 'cpp/test/Common/Makefile.mk')
-rw-r--r-- | cpp/test/Common/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Common/Makefile.mk b/cpp/test/Common/Makefile.mk index f4dd1d776d4..6403a45309a 100644 --- a/cpp/test/Common/Makefile.mk +++ b/cpp/test/Common/Makefile.mk @@ -11,7 +11,7 @@ $(project)_libraries = TestCommon $(project)_noinstall := 1 TestCommon_targetdir := lib -TestCommon_dependencies := Ice IceUtil +TestCommon_dependencies := Ice TestCommon_sliceflags := --dll-export TEST_API TestCommon_cppflags := -DTEST_API_EXPORTS -I$(includedir) -I$(project) -Itest/include |