diff --git a/Makefile b/Makefile index c50a1ab..146a74a 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,6 @@ BUILDCLASSES += Linux SOURCES += require.c DBDS += require.dbd + +SOURCES_vxWorks += strdup.c asprintf.c +HEADERS += strdup.h asprintf.h