From 038e809d92eb19a8b64ced5b8be06c2c761e3e57 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 23 May 2014 15:13:50 +0200 Subject: build-sys: Fix 'privite' typo in Makefile.am --- src/Makefile.am | 4 ++-- 1 file 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 = \ -- cgit v1.2.3