summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Makefile.am')
-rw-r--r--src/Common/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Common/Makefile.am b/src/Common/Makefile.am
deleted file mode 100644
index c38f9c4..0000000
--- a/src/Common/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-SUBDIRS = Requests RequestHandlers
-
-noinst_LTLIBRARIES = libcommon.la
-libcommon_la_SOURCES = ActionManager.cpp Base64Encoder.cpp ClientConnection.cpp ConfigEntry.cpp ConfigManager.cpp \
- Connection.cpp Initializable.cpp Logger.cpp LogManager.cpp \
- ModuleManager.cpp Request.cpp RequestManager.cpp SystemManager.cpp \
- Tokenizer.cpp XmlPacket.cpp
-libcommon_la_LIBADD = Requests/librequests.la RequestHandlers/librequesthandlers.la
-
-noinst_HEADERS = ActionManager.h Base64Encoder.h ClientConnection.h ConfigEntry.h ConfigManager.h \
- Configurable.h Connection.h HostInfo.h Initializable.h Logger.h \
- LoggerBase.h LogManager.h ModuleManager.h RemoteLogger.h Request.h \
- RequestHandler.h RequestManager.h SystemBackend.h SystemManager.h \
- Tokenizer.h UserInfo.h XmlPacket.h