diff options
| author | Patrick Venture <venture@google.com> | 2018-09-20 18:29:27 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-09-20 18:55:53 -0700 |
| commit | 02c9e040325e0775dc2016d92b06a1cbbd4181b4 (patch) | |
| tree | 47b05a02b0b985fbc1a742f0d8dc6d43e1ddea54 | |
| parent | 07c3a80e092705e22158b37825c628df5f59dbf7 (diff) | |
| download | phosphor-pid-control-02c9e040325e0775dc2016d92b06a1cbbd4181b4.tar.gz phosphor-pid-control-02c9e040325e0775dc2016d92b06a1cbbd4181b4.zip | |
build: fix conditional
Automake conditional depth cannot use tab characters.
Tested: Verified the generated objects are now compiled by default.
Change-Id: I1de4cc74e9bf3380159dd07463b817bf460f81e0
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 23f39bb..05e8ce9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp sbin_PROGRAMS = swampd setsensor if !CONFIGURE_DBUS - BUILT_SOURCES = sensorlist-gen.cpp pidlist-gen.cpp zoneinfo-gen.cpp +BUILT_SOURCES = sensorlist-gen.cpp pidlist-gen.cpp zoneinfo-gen.cpp endif CLEANFILES = $(BUILT_SOURCES) |

