From 681bad37a54699660ca9f4e68969d53a5ece1790 Mon Sep 17 00:00:00 2001
From: meini <meini@meini-desktop.ARBEITSGRUPPE>
Date: Sun, 22 Mar 2009 16:01:15 +0100
Subject: removed mixedcase

---
 src/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b47951e87eaf07971fd3407be8a1d7b09b25343c..16b235a1b51110d6a73d95b77bc1f299c9092090 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ pkglib_LTLIBRARIES = \
 	src_filter.la \
 	traffic.la \
 	spp.la\
-	testModul.la
+	testmodul.la
 #	remoteConfig.la \
 #	tapiface_crypto.la \
 #
@@ -112,10 +112,10 @@ spp_la_CPPFLAGS = -DMODULE_NAME=spp $(COMMON_CPPFLAGS)
 spp_la_LDFLAGS  = $(module_flags)
 spp_la_LIBADD = -lgea3 -lgea3-posix 
 
-testModul_la_SOURCES  = testmodul.cc testmodul.h remoteConfig.cc remoteConfig.h
-testModul_la_CPPFLAGS = -DMODULE_NAME=testModul $(COMMON_CPPFLAGS)
-testModul_la_LDFLAGS  = $(module_flags)
-testModul_la_LIBADD = -lgea3 -lgea3-posix
+testmodul_la_SOURCES  = testmodul.cc testmodul.h remoteConfig.cc remoteConfig.h
+testmodul_la_CPPFLAGS = -DMODULE_NAME=testmodul $(COMMON_CPPFLAGS)
+testmodul_la_LDFLAGS  = $(module_flags)
+testmodul_la_LIBADD = -lgea3 -lgea3-posix
 
 shell_la_SOURCES  = shell.cc unixfdostream.h
 shell_la_CPPFLAGS = -DMODULE_NAME=shell $(COMMON_CPPFLAGS)
-- 
1.6.2.1


