summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-05-23 15:13:50 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-05-23 15:13:50 +0200
commit038e809d92eb19a8b64ced5b8be06c2c761e3e57 (patch)
tree36770d73df6792202ecf8a8975ef7af57108f1a8
parent34692850bd58543e016e35ea7c863d311ca92519 (diff)
build-sys: Fix 'privite' typo in Makefile.am
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 404e1d22..5679f23a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -158,14 +158,14 @@ ibus_public_headers = \
ibusinclude_HEADERS = \
$(ibus_public_headers) \
$(NULL)
-ibus_privite_headers = \
+ibus_private_headers = \
ibuscomposetable.h \
ibusinternal.h \
keyname-table.h \
gtkimcontextsimpleseqs.h \
$(NULL)
noinst_HEADERS = \
- $(ibus_privite_headers) \
+ $(ibus_private_headers) \
$(NULL)
BUILT_SOURCES = \