Revision: 0c883f30f933 Author: Etsushi Kato <[email protected]> Date: Sun Apr 22 23:59:42 2012 Log: * uim/Makefile.am (nodist_pkginclude_HEADERS) : Install version.h as uim.h needed.
http://code.google.com/p/uim/source/detail?r=0c883f30f933 Modified: /uim/Makefile.am ======================================= --- /uim/Makefile.am Sat Mar 31 21:26:58 2012 +++ /uim/Makefile.am Sun Apr 22 23:59:42 2012 @@ -41,6 +41,7 @@ uim-util.h uim-posix.h dynlib.h \ uim-helper.h uim-im-switcher.h \ uim-custom.h +nodist_pkginclude_HEADERS = version.h # Install even if !NOTIFY since plugins will need this to use # uim_notify_{info,fatal}(). -- YamaKen 2008-02-12 pkginclude_HEADERS += uim-notify.h
