From 062877a6409400295da0e9eca68877a77edd5378 Mon Sep 17 00:00:00 2001
From: meini <meini@meini-desktop.ARBEITSGRUPPE>
Date: Mon, 16 Mar 2009 06:49:00 +0100
Subject: Update Makefile and Headerfiles

---
 src/Makefile.am      |   17 +++++++++--------
 src/configVariable.h |    1 +
 src/remoteConfig.h   |    1 +
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9a2f53cedae3ed587c0409cbe2ad26a84448fc69..9c93ec1e75d6c8a755318ed32017fe87cfac60a8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,9 +29,10 @@ pkglib_LTLIBRARIES = \
 	pktpair.la \
 	src_filter.la \
 	traffic.la \
-	remoteconfig.la \
-	testModul.la \
-	spp.la
+	spp.la\
+	remoteConfig.la \
+	testModul.la
+
 #	tapiface_crypto.la \
 #
 
@@ -102,10 +103,10 @@ topowatch_la_CPPFLAGS = -DMODULE_NAME=topowatch $(COMMON_CPPFLAGS)
 topowatch_la_LDFLAGS  = $(module_flags)
 topowatch_la_LIBADD = -lgea3 -lgea3-posix
 
-remoteconfig_la_SOURCES  = remoteConfig.cc remoteConfig.h configVariable.h
-remoteconfig_la_CPPFLAGS = -DMODULE_NAME=remoteconfig $(COMMON_CPPFLAGS)
-remoteconfig_la_LDFLAGS  = $(module_flags)
-remoteconfig_la_LIBADD = -lgea3 -lgea3-posix
+remoteConfig_la_SOURCES  = remoteConfig.cc remoteConfig.h configVariable.h
+remoteConfig_la_CPPFLAGS = -DMODULE_NAME=remoteConfig $(COMMON_CPPFLAGS)
+remoteConfig_la_LDFLAGS  = $(module_flags)
+remoteConfig_la_LIBADD = -lgea3 -lgea3-posix
 
 spp_la_SOURCES  = SPP.cc SPP.h SPP2.h History.h
 spp_la_CPPFLAGS = -DMODULE_NAME=spp $(COMMON_CPPFLAGS)
@@ -115,7 +116,7 @@ spp_la_LIBADD = -lgea3 -lgea3-posix
 testModul_la_SOURCES  = testmodul.cc testmodul.h configVariable.h remoteConfig.h
 testModul_la_CPPFLAGS = -DMODULE_NAME=testModul $(COMMON_CPPFLAGS)
 testModul_la_LDFLAGS  = $(module_flags)
-testModul_la_LIBADD = -lgea3 -lgea3-posix
+testModul_la_LIBADD = -lgea3 -lgea3-posix .libs/remoteConfig.so
 
 shell_la_SOURCES  = shell.cc unixfdostream.h
 shell_la_CPPFLAGS = -DMODULE_NAME=shell $(COMMON_CPPFLAGS)
diff --git a/src/configVariable.h b/src/configVariable.h
index 388117dd4fadaf4a8fdc2004158eca8c508df7ca..95a0d16ce886891066a885a4df0d9dd97df6ad9c 100644
--- a/src/configVariable.h
+++ b/src/configVariable.h
@@ -2,6 +2,7 @@
 #define _CONFIG_VARIABLE_H__
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 class RemoteConfig;
 
diff --git a/src/remoteConfig.h b/src/remoteConfig.h
index 06cceaec9061181e389b6e202b047679b2752896..0d578799488ab8a5c544abd13d3fc36a2dce99f5 100644
--- a/src/remoteConfig.h
+++ b/src/remoteConfig.h
@@ -4,6 +4,7 @@
 #define VARIABLE_NAME_LENGTH 64
 
 #include <awds/ext/Shell.h>
+#include <awds/MarshalStream.h>
 #include "configVariable.h"
 
 class RemoteConfig
-- 
1.6.2.1


