Mercurial > MadButterfly
annotate Makefile.am @ 221:ad4f8a956505
Implement a workaround for the button class. However, this won't solve all issues. We can use this as example to fix the mouse out event issue. When we move the curosr over the text inside the button. The upper layer group will receive MOUSE_OUT events. This is absolute incorrect.
author | wycc |
---|---|
date | Sun, 14 Dec 2008 12:35:13 +0800 |
parents | c7e5b8779bb5 |
children | cac9ad3df633 |
rev | line source |
---|---|
185
c7e5b8779bb5
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
Thinker K.F. Li <thinker@branda.to>
parents:
183
diff
changeset
|
1 SUBDIRS = src include tools examples |
169 | 2 pkgconfigdir = $(libdir)/pkgconfig |
3 pkgconfig_DATA = libmbfly.pc | |
183
cc96dd079521
Add Doxyfile for distribution.
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
parents:
182
diff
changeset
|
4 EXTRA_DIST = libmbfly.pc.in mb Doxyfile README.h |