Unify configure files with the other V4 modules

Move include/pv setting into src/Makefile
This commit is contained in:
Andrew Johnson
2014-04-03 16:57:14 -05:00
parent b659c77dbb
commit 8370a97866
4 changed files with 16 additions and 24 deletions
+4
View File
@@ -3,6 +3,9 @@
TOP = ..
include $(TOP)/configure/CONFIG
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
USR_INCLUDES += -I$(INSTALL_LOCATION)/include
PVDATA_SRC = $(TOP)/src
include $(PVDATA_SRC)/misc/Makefile
@@ -13,6 +16,7 @@ include $(PVDATA_SRC)/pvMisc/Makefile
include $(PVDATA_SRC)/monitor/Makefile
LIBRARY = pvData
pvData_LIBS += Com
include $(TOP)/configure/RULES