updated makefile in manual-api to point to binaries in bin and not build/bin. cmake points to build/bin anyway

This commit is contained in:
maliakal_d 2018-12-03 12:05:38 +01:00
parent 2cebec90ee
commit 0869a975e4

View File

@ -1,5 +1,5 @@
PKGDIR = ../.. PKGDIR = ../..
LIBDIR = $(PKGDIR)/build/bin LIBDIR = $(PKGDIR)/bin
INCLUDES = -I . -I$(PKGDIR)/slsReceiverSoftware/include -I$(PKGDIR)/slsDetectorSoftware/slsDetectorAnalysis -I$(LIBDIR) -I$(PKGDIR)/slsDetectorSoftware/slsDetector INCLUDES = -I . -I$(PKGDIR)/slsReceiverSoftware/include -I$(PKGDIR)/slsDetectorSoftware/slsDetectorAnalysis -I$(LIBDIR) -I$(PKGDIR)/slsDetectorSoftware/slsDetector
SRC_DET = mainClient.cpp SRC_DET = mainClient.cpp
SRC_REC = mainReceiver.cpp SRC_REC = mainReceiver.cpp