don't need to install require.h

This commit is contained in:
2015-10-20 16:15:05 +02:00
parent 3b6048cfe3
commit 4460d8e7f8
+4 -4
View File
@@ -1,16 +1,16 @@
include /ioc/tools/driver.makefile
BUILDCLASSES += Linux
# I need to find the Linux link.h before the EPICS link.h
USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include
USR_INCLUDES+=${USR_INCLUDES_${OS_CLASS}}
USR_CFLAGS=-DEPICS_RELEASE='"${EPICSVERSION}"' -DT_A='"${T_A}"' -DOS_CLASS='"${OS_CLASS}"'
HEADERS += require.h
BUILDCLASSES += Linux
SOURCES += require.c
DBDS += require.dbd
#HEADERS += require.h
SOURCES_vxWorks += strdup.c asprintf.c
HEADERS += strdup.h asprintf.h