aboutsummaryrefslogtreecommitdiff
path: root/src/Make-shared.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make-shared.am')
-rw-r--r--src/Make-shared.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Make-shared.am b/src/Make-shared.am
index 292218b..8f698c4 100644
--- a/src/Make-shared.am
+++ b/src/Make-shared.am
@@ -16,9 +16,10 @@
include Make.am
noinst_LTLIBRARIES=libgrecs.la
libgrecs_la_SOURCES = $(GRECS_SRC)
+
if GRECS_COND_INSTALLHEADERS
grecsincludedir = @GRECS_INCLUDE_DIR@
- grecsinclude_HEADERS = grecs.h grecsopt.h wordsplit.h
+ grecsinclude_HEADERS = $(GRECS_HDR)
else
- noinst_HEADERS += grecs.h grecsopt.h wordsplit.h
-endif \ No newline at end of file
+ noinst_HEADERS += $(GRECS_HDR)
+endif

Return to:

Send suggestions and report system problems to the System administrator.