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

noinst_LTLIBRARIES = libdaemon.la

libdaemon_la_SOURCES = 
libdaemon_la_LIBADD  = Requests/librequests.la RequestHandlers/librequesthandlers.la

noinst_HEADERS       =