summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-10 19:52:20 +0200
committerBruno Haible <bruno@clisp.org>2009-04-10 22:28:44 +0200
commitf942a32fae64439263111e4f682fbdaafe8f575d (patch)
tree8d4d6547bb0ec4154d72370d8e0a6ce2f1f85efe /lib/Makefile.am
parent64eec30401d5937d492deee444ac2125877580f2 (diff)
downloadlibunistring-f942a32fae64439263111e4f682fbdaafe8f575d.tar.gz
Replace HAVE_INLINE in installed include files.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 36c19ca..6292364 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -38,9 +38,13 @@ include_HEADERS = \
uniwbrk.h \
unilbrk.h \
uninorm.h \
- unicase.h
+ unicase.h \
+ unistring-inline.h
-#AM_CPPFLAGS =
+noinst_HEADERS = \
+ unistring-notinline.h
+
+AM_CPPFLAGS = -DIN_LIBUNISTRING
# Rules generated and collected by gnulib-tool.
include Makefile.gnulib