summaryrefslogtreecommitdiff
path: root/InfraStack/OSAgnostic/Product
diff options
context:
space:
mode:
Diffstat (limited to 'InfraStack/OSAgnostic/Product')
-rw-r--r--InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in4
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in4
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in8
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in8
-rw-r--r--InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in1
5 files changed, 24 insertions, 1 deletions
diff --git a/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in b/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
index b2946f1..d857a6c 100644
--- a/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
@@ -241,8 +241,10 @@ wimaxd_SOURCES = \
$(srcdir)/L5Dispatcher.c \
$(srcdir)/../../Common/L5Common/L5CommonUtils.c \
$(srcdir)/KDapiAdapter.c \
+ $(srcdir)/SVstatus.h \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c \
+ $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForLinuxNlsock.h \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c \
@@ -260,6 +262,8 @@ wimaxd_SOURCES = \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.h
EXTRA_DIST = $(srcdir)/i2400m.conf $(srcdir)/iwmxsdk.rules.in \
+ $(top_srcdir)/InfraStack/OSDependent/Linux/Config/config.xml.in \
+ $(top_srcdir)/InfraStack/OSDependent/Linux/Config/dhcp_renew.sh \
iwmxsdk.rules.in
noinst_DATA = $(top_srcdir)/InfraStack/OSAgnostic/WiMax/Agents/NDnS/XML_Files/NDnSAgentConfig_forDriver.xml \
$(top_srcdir)/$(VER_INFO_BIN_FILE_SRC)
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
index 7ba00ca..1792cdd 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
@@ -200,7 +200,11 @@ libDnDAgent_la_SOURCES = \
$(srcdir)/DnDUtils.c \
$(srcdir)/L4DnDHandler.c \
$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c \
+ $(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.h \
+ $(srcdir)/../DnDWrapper/wmxSDK_DnD_Cmn.h \
+ $(srcdir)/../DnDWrapper/wmxSDK_DnD.h \
$(srcdir)/RemoveExcessFiles.c \
+ $(srcdir)/RemoveExcessFiles.h \
$(srcdir)/DnDAgent.h \
$(srcdir)/DnDUtils.h \
$(srcdir)/DnDAgent_Internal.h \
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
index e6120ca..5d78155 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
@@ -276,6 +276,14 @@ libWmxInstrument_la_LIBADD = DnDAgent/libDnDAgent.la \
MocMsgProxy/libMocMsgProxy.la \
$(top_builddir)/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/libSockets.la
+
+# FIXME: where do these header files really belong?
+EXTRA_DIST = \
+ MOCHandler/UDapiL5/ApplicationMocTaskDesc.h \
+ MOCHandler/UDapiL5/UDapiCommonDefines.h \
+ MOCHandler/UDapiL5/UDapiDll.h \
+ MOCHandler/UDapiL5/UDapiL5.h
+
all: all-recursive
.SUFFIXES:
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
index e84f33a..a69e1db 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
@@ -191,7 +191,13 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = libMocMsgProxy.la
-libMocMsgProxy_la_SOURCES = $(srcdir)/MocMsgProxy.c
+libMocMsgProxy_la_SOURCES = $(srcdir)/MocMsgProxy.c \
+ $(srcdir)/MocMsgProxy.h \
+ $(srcdir)/MocMsgProxyIF.h \
+ $(srcdir)/MOC_Types.h \
+ $(srcdir)/MOC_Utils.h \
+ $(srcdir)/Osal_TaskTypes.h
+
libMocMsgProxy_la_CFLAGS = \
-I "$(srcdir)/../DnDWrapper" \
-I "$(srcdir)/../MOCHandler/UDapiL5" \
diff --git a/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in b/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
index 3750b52..8302855 100644
--- a/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
@@ -219,6 +219,7 @@ libPipeHandler_la_SOURCES = \
$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c \
$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c \
$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c \
+ $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceAgentInternal.h \
$(srcdir)/Defs.h \
$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.h \
$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.h \