aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-29 17:15:33 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-29 17:15:33 +0300
commit95b9dbb21aa2a7721c091aa79c680b4531fa804b (patch)
treeb9fbb55aa084b9e36036f8a30187bd721ec4a3cc
parent1c1e7a987f643aae50bf8b45928650bb384e5c6d (diff)
downloadgrecs-95b9dbb21aa2a7721c091aa79c680b4531fa804b.tar.gz
grecs-95b9dbb21aa2a7721c091aa79c680b4531fa804b.tar.bz2
Start Automake conditionals on column one.
-rw-r--r--include/Makefile.am12
-rw-r--r--include/grecs/Makefile.am12
2 files changed, 12 insertions, 12 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 21a51e7..6a017a3 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -3,17 +3,17 @@ GRECS_HDR = grecs.h wordsplit.h
if GRECS_COND_BUILD_INSTALL
include_HEADERS = $(GRECS_HDR)
endif
if GRECS_COND_BUILD_SHARED
- if GRECS_COND_INSTALLHEADERS
- grecsincludedir = @GRECS_INCLUDE_DIR@
- grecsinclude_HEADERS = $(GRECS_HDR)
- else
- noinst_HEADERS = $(GRECS_HDR)
- endif
+if GRECS_COND_INSTALLHEADERS
+ grecsincludedir = @GRECS_INCLUDE_DIR@
+ grecsinclude_HEADERS = $(GRECS_HDR)
+else
+ noinst_HEADERS = $(GRECS_HDR)
+endif
endif
if GRECS_COND_BUILD_STATIC
noinst_HEADERS = $(GRECS_HDR)
endif
diff --git a/include/grecs/Makefile.am b/include/grecs/Makefile.am
index c239c1b..e81bd21 100644
--- a/include/grecs/Makefile.am
+++ b/include/grecs/Makefile.am
@@ -27,17 +27,17 @@ endif
if GRECS_COND_BUILD_INSTALL
grecsincludedir = @GRECS_INCLUDE_DIR@
grecsinclude_HEADERS = $(GRECS_PKG_HDR)
endif
if GRECS_COND_BUILD_SHARED
- if GRECS_COND_INSTALLHEADERS
- grecsincludedir = @GRECS_INCLUDE_DIR@
- grecsinclude_HEADERS = $(GRECS_PKG_HDR)
- else
- noinst_HEADERS = $(GRECS_PKG_HDR)
- endif
+if GRECS_COND_INSTALLHEADERS
+ grecsincludedir = @GRECS_INCLUDE_DIR@
+ grecsinclude_HEADERS = $(GRECS_PKG_HDR)
+else
+ noinst_HEADERS = $(GRECS_PKG_HDR)
+endif
endif
if GRECS_COND_BUILD_STATIC
noinst_HEADERS = $(GRECS_PKG_HDR)
endif

Return to:

Send suggestions and report system problems to the System administrator.