Matthew Barth | ae0e96c | 2017-01-20 13:54:59 -0600 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 2 | |
Brad Bishop | 9df0e16 | 2017-04-22 14:19:45 -0400 | [diff] [blame] | 3 | noinst_LTLIBRARIES = libfan.la |
| 4 | libfan_la_LDFLAGS = -static |
| 5 | libfan_la_LIBADD = \ |
| 6 | $(SDBUSPLUS_LIBS) |
| 7 | libfan_la_CXXFLAGS = |
| 8 | $(SDBUSPLUS_CFLAGS) |
| 9 | libfan_la_SOURCES = \ |
Brandon Wyman | 5914f65 | 2017-03-16 18:17:07 -0500 | [diff] [blame] | 10 | utility.cpp |
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 11 | |
Brad Bishop | 93919bb | 2017-04-22 14:58:29 -0400 | [diff] [blame^] | 12 | SUBDIRS = . |
| 13 | |
| 14 | if WANT_PRESENCE |
| 15 | SUBDIRS += presence |
| 16 | endif |
| 17 | if WANT_CONTROL |
| 18 | SUBDIRS += control |
| 19 | endif |