summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 9baa62becc329877d4627bb2dc4bbebef4b601aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_DEFAULT_SOURCE_EXT = .cpp

noinst_LTLIBRARIES = libfan.la
libfan_la_LDFLAGS = -static
libfan_la_LIBADD = \
	$(SDBUSPLUS_LIBS)
libfan_la_CXXFLAGS =
	$(SDBUSPLUS_CFLAGS)
libfan_la_SOURCES = \
	utility.cpp

SUBDIRS = .

if WANT_PRESENCE
SUBDIRS += presence
endif
if WANT_CONTROL
SUBDIRS += control
endif
OpenPOWER on IntegriCloud