summaryrefslogtreecommitdiff
path: root/cpp/common/utils/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/common/utils/src/Makefile')
-rw-r--r--cpp/common/utils/src/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/common/utils/src/Makefile b/cpp/common/utils/src/Makefile
index 0185ab9975..b0ab76973c 100644
--- a/cpp/common/utils/src/Makefile
+++ b/cpp/common/utils/src/Makefile
@@ -13,13 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-##### Options #####
-QPID_HOME = ../../../..
-
-include ${QPID_HOME}/cpp/options.mk
-##### Compiler flags #####
-CXXFLAGS = -I ../inc -I ${APR_HOME}/include/apr-1/
+QPID_HOME = ../../../..
+include $(QPID_HOME)/cpp/options.mk
+INCLUDES=$(TEST_INCLUDES)
##### Targets #####
# Add additional source files to SOURCE LIST to include them in the build.