Author: yamakenz
Date: Mon Feb 11 07:13:12 2008
New Revision: 5162
Modified:
trunk/uim/Makefile.am
Log:
* uim/Makefile.am
- Install uim-notify.h even if !NOTIFY since plugins will need
this to use uim_notify_{info,fatal}()
Modified: trunk/uim/Makefile.am
==============================================================================
--- trunk/uim/Makefile.am (original)
+++ trunk/uim/Makefile.am Mon Feb 11 07:13:12 2008
@@ -40,9 +40,9 @@
uim-util.h plugin.h \
uim-helper.h uim-im-switcher.h \
uim-custom.h
-if NOTIFY
+# Install even if !NOTIFY since plugins will need this to use
+# uim_notify_{info,fatal}(). -- YamaKen 2008-02-12
pkginclude_HEADERS += uim-notify.h
-endif
libuim_la_SOURCES = \
uim-internal.h uim-error.c uim.c \