Revision: 4864fca62234 Author: nogu.dev <[email protected]> Date: Sun Mar 4 06:58:59 2012 Log: * notify/Makefile.am - Add `install' for knotify4.
http://code.google.com/p/uim/source/detail?r=4864fca62234 Modified: /notify/Makefile.am ======================================= --- /notify/Makefile.am Sat Jan 21 06:30:54 2012 +++ /notify/Makefile.am Sun Mar 4 06:58:59 2012 @@ -31,7 +31,7 @@ endif if KNOTIFY4 -all cleaninstall uninstall: +all cleaninstall install uninstall: ( cd build; $(MAKE) $(AM_MAKEFLAGS) $@ ) endif
