summaryrefslogtreecommitdiffstats
path: root/src/Core/Makefile.am
blob: a5e780bf4776fc410810bf7bce078ff5a1d5d7b7 (plain)
1
2
3
4
5
6
7
8
SUBDIRS = Requests RequestHandlers

noinst_LTLIBRARIES = libcore.la

libcore_la_SOURCES = ConnectionManager.cpp UserManager.cpp
libcore_la_LIBADD  = Requests/librequests.la RequestHandlers/librequesthandlers.la

noinst_HEADERS     = ConnectionManager.h UserBackend.h UserManager.h