Don't put a tab between the asignment and the first string - just move
the whole list one line below.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
AM_CPPFLAGS += -Wall -Wextra -g -std=gnu++11
AM_LDFLAGS = -lgpiodcxx -L$(top_builddir)/bindings/cxx/
-noinst_PROGRAMS = gpiodetectcxx \
- gpiofindcxx \
- gpiogetcxx \
- gpioinfocxx \
- gpiomoncxx \
- gpiosetcxx
+noinst_PROGRAMS = \
+ gpiodetectcxx \
+ gpiofindcxx \
+ gpiogetcxx \
+ gpioinfocxx \
+ gpiomoncxx \
+ gpiosetcxx
gpiodetectcxx_SOURCES = gpiodetectcxx.cpp
bin_PROGRAMS = gpiod-cxx-test
-gpiod_cxx_test_SOURCES = gpiod-cxx-test-main.cpp \
- gpiod-cxx-test.cpp \
- gpio-mockup.cpp \
- gpio-mockup.hpp \
- tests-chip.cpp \
- tests-event.cpp \
- tests-iter.cpp \
- tests-line.cpp
+gpiod_cxx_test_SOURCES = \
+ gpiod-cxx-test-main.cpp \
+ gpiod-cxx-test.cpp \
+ gpio-mockup.cpp \
+ gpio-mockup.hpp \
+ tests-chip.cpp \
+ tests-event.cpp \
+ tests-iter.cpp \
+ tests-line.cpp
# Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
#
-EXTRA_DIST = gpiodetect.py \
- gpiofind.py \
- gpioget.py \
- gpioinfo.py \
- gpiomon.py \
+EXTRA_DIST = \
+ gpiodetect.py \
+ gpiofind.py \
+ gpioget.py \
+ gpioinfo.py \
+ gpiomon.py \
gpioset.py
bin_PROGRAMS = gpiod-test
-gpiod_test_SOURCES = gpiod-test.c \
- gpiod-test.h \
- tests-chip.c \
- tests-ctxless.c \
- tests-event.c \
- tests-iter.c \
- tests-line.c \
- tests-misc.c
+gpiod_test_SOURCES = \
+ gpiod-test.c \
+ gpiod-test.h \
+ tests-chip.c \
+ tests-ctxless.c \
+ tests-event.c \
+ tests-iter.c \
+ tests-line.c \
+ tests-misc.c
all-local: gpiod-test
@echo " ********************************************************"