summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-11-20 00:33:28 +0100
committerMatthias Schiffer <matthias@gamezock.de>2008-11-20 00:33:28 +0100
commit0a1df98c0420e9ac097622f2bddcd73a6488ed52 (patch)
tree65f5eaa940bcf5d8c38b88b4fd369cfee43a4a7f /src/Common/Makefile.in
parent854421e2c144ab6454d67beb6640579ad13f1a1f (diff)
downloadmad-0a1df98c0420e9ac097622f2bddcd73a6488ed52.tar
mad-0a1df98c0420e9ac097622f2bddcd73a6488ed52.zip
SingletonPtr hinzugefuegt
Diffstat (limited to 'src/Common/Makefile.in')
-rw-r--r--src/Common/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Makefile.in b/src/Common/Makefile.in
index 3bd9f4a..b011031 100644
--- a/src/Common/Makefile.in
+++ b/src/Common/Makefile.in
@@ -207,7 +207,7 @@ libcommon_la_SOURCES = ConfigEntry.cpp ConfigManager.cpp Exception.cpp Initializ
libcommon_la_LIBADD = Backends/libbackends.la Requests/librequests.la RequestHandlers/librequesthandlers.la
noinst_HEADERS = ConfigEntry.h ConfigManager.h Configurable.h Exception.h HostInfo.h Initializable.h \
Logger.h LoggerBase.h LogManager.h RemoteLogger.h Request.h RequestBase.h \
- RequestHandler.h RequestManager.h SharedPtr.h SystemBackend.h Tokenizer.h
+ RequestHandler.h RequestManager.h SharedPtr.h SingletonPtr.h SystemBackend.h Tokenizer.h
all: all-recursive