diff --git a/src/Makefile b/src/Makefile index f7e58bf..2e1fb32 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ TOP = .. include $(TOP)/configure/CONFIG -SRC = $(TOP)/src/ +SRC = $(TOP)/src SRC_DIRS += $(SRC)/nt @@ -24,7 +24,7 @@ LIBSRCS += nttable.cpp LIBSRCS += ntmultiChannel.cpp LIBSRCS += ntndarray.cpp -LIBRARY=nt +LIBRARY = nt nt_LIBS += pvData Com