diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-22 16:33:52 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-22 16:33:52 +0200 |
commit | 52a3a2303ee6ebab809c6c83fe7170dc3b1f0e07 (patch) | |
tree | e16dd8e945c106f8855b64d8286167f5f2bdfb4a /cpp/src | |
parent | Added check for Android SDK installation (diff) | |
download | ice-52a3a2303ee6ebab809c6c83fe7170dc3b1f0e07.tar.bz2 ice-52a3a2303ee6ebab809c6c83fe7170dc3b1f0e07.tar.xz ice-52a3a2303ee6ebab809c6c83fe7170dc3b1f0e07.zip |
Minor static build fixes
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceBT/Makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceBT/Makefile.mk b/cpp/src/IceBT/Makefile.mk index f20f5ab5b15..33bd7c56ed2 100644 --- a/cpp/src/IceBT/Makefile.mk +++ b/cpp/src/IceBT/Makefile.mk @@ -14,7 +14,6 @@ $(project)_libraries := IceBT IceBT_targetdir := $(libdir) IceBT_dependencies := Ice IceBT_cppflags := -DICEBT_API_EXPORTS $(shell pkg-config --cflags dbus-1) -IceBT_system_libs = $(IceSSL_system_libs) $(shell pkg-config --libs dbus-1) IceBT_sliceflags := --include-dir IceBT projects += $(project) |