summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
blob: 65407f318b3d2002941c11c0de706674b210d6bf (plain)
1
2
3
4
5
6
7
SUBDIRS = Request

noinst_LTLIBRARIES   = libclient.la
libclient_la_SOURCES = CommandParser.cpp
libclient_la_LIBADD  = Request/librequest.la

noinst_HEADERS       = CommandParser.h