diff --git a/devsupApp/src/pydevsup.h b/devsupApp/src/pydevsup.h index 9b7cbf8..d4071bd 100644 --- a/devsupApp/src/pydevsup.h +++ b/devsupApp/src/pydevsup.h @@ -15,8 +15,6 @@ #endif -initHookState pyInitLastState; - PyMODINIT_FUNC init_dbbase(void); void pyDBD_cleanup(void); diff --git a/devsupApp/src/setup.c b/devsupApp/src/setup.c index 9b4ad51..fa93c50 100644 --- a/devsupApp/src/setup.c +++ b/devsupApp/src/setup.c @@ -24,6 +24,8 @@ #include "pydevsup.h" +initHookState pyInitLastState; + typedef struct { const initHookState state; const char * const name; diff --git a/logApp/src/Makefile b/logApp/src/Makefile index 98ba1ce..cec0b1e 100644 --- a/logApp/src/Makefile +++ b/logApp/src/Makefile @@ -9,7 +9,7 @@ include $(TOP)/configure/CONFIG_PY #============================= # Build the IOC application -LOADABLE_LIBRARY_HOST = _inotifyy +LOADABLE_LIBRARY_HOST_Linux = _inotifyy _inotifyy_SRCS += inotify_wrap.c