aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -6,12 +6,12 @@ if GRECS_COND_BUILD_INSTALL
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
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
@@ -30,12 +30,12 @@ if GRECS_COND_BUILD_INSTALL
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

Return to:

Send suggestions and report system problems to the System administrator.