Merge pull request #13 from mdavidsaver/master

move headers to pv/
This commit is contained in:
Marty Kraimer
2016-02-02 11:34:25 -05:00
4 changed files with 2 additions and 5 deletions
-3
View File
@@ -20,8 +20,5 @@
# INSTALL_LOCATION here.
#INSTALL_LOCATION=</path/name/to/install/top>
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
USR_INCLUDES += -I $(INSTALL_LOCATION)/include
-include $(TOP)/../CONFIG_SITE.local
-include $(TOP)/configure/CONFIG_SITE.local
+2 -2
View File
@@ -5,8 +5,8 @@ include $(TOP)/configure/CONFIG
LIBRARY += pvaClient
INC += pvaClient.h
INC += pvaClientMultiChannel.h
INC += pv/pvaClient.h
INC += pv/pvaClientMultiChannel.h
LIBSRCS += pvaClient.cpp
LIBSRCS += pvaClientPutData.cpp