summaryrefslogtreecommitdiff
path: root/src/fe-common
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-05-30 17:30:35 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-05-30 17:30:35 +0000
commit326084e8834f9e8c0a5b24e287fbcc302a5d7e2f (patch)
tree6f1338294bb2e7ad26339207eecf202bc799c00f /src/fe-common
parent152acd26ec62855f865cb5c1994a6c36680aad99 (diff)
downloadirssi-326084e8834f9e8c0a5b24e287fbcc302a5d7e2f.zip
Do not install utf8.h, it is a private header.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4530 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r--src/fe-common/core/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fe-common/core/Makefile.am b/src/fe-common/core/Makefile.am
index d6d72496..60611012 100644
--- a/src/fe-common/core/Makefile.am
+++ b/src/fe-common/core/Makefile.am
@@ -53,7 +53,6 @@ pkginc_fe_common_core_HEADERS = \
fe-exec.h \
fe-messages.h \
fe-queries.h \
- utf8.h \
formats.h \
hilight-text.h \
keyboard.h \
@@ -67,3 +66,6 @@ pkginc_fe_common_core_HEADERS = \
window-items.h \
windows-layout.h \
fe-windows.h
+
+noinst_HEADERS = \
+ utf8.h