Files
evolution/widgets/shortcut-bar/Makefile.am
Damon Chaplin 4c3eaff412 new files implementing a simple model for the shortcuts, so we can have
2000-07-16  Damon Chaplin  <damon@helixcode.com>

	* e-shortcut-model.[hc]: new files implementing a simple model for
	the shortcuts, so we can have multiple views.

	* Makefile.am (libshortcut_bar_a_SOURCES): added e-shortcut-model.[hc]

	* e-shortcut-bar.[hc]: updated to use the model.

	* e-icon-bar.c (e_icon_bar_item_pressed): set mouse_over_item_num as
	well as pressed_item_num to fix bug.

svn path=/trunk/; revision=4186
2000-07-17 06:22:18 +00:00

39 lines
864 B
Makefile

noinst_LIBRARIES = libshortcut-bar.a
noinst_PROGRAMS = test-shortcut-bar
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets/misc \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
$(EXTRA_GNOME_CFLAGS) \
-DG_LOG_DOMAIN=\"shortcut-bar\"
libshortcut_bar_a_SOURCES = \
e-group-bar.c \
e-group-bar.h \
e-icon-bar-bg-item.c \
e-icon-bar-bg-item.h \
e-icon-bar.c \
e-icon-bar.h \
e-shortcut-bar.c \
e-shortcut-bar.h \
e-shortcut-model.c \
e-shortcut-model.h \
e-vscrolled-bar.c \
e-vscrolled-bar.h
test_shortcut_bar_SOURCES = \
test-shortcut-bar.c
test_shortcut_bar_LDADD = \
./libshortcut-bar.a \
$(top_builddir)/widgets/e-paned/libepaned.a \
../e-text/libetext.a \
../misc/libemiscwidgets.a \
../../e-util/libeutil.la \
$(EXTRA_GNOME_LIBS)
test_shortcut_bar_LDFLAGS = \
`gnome-config --libs gdk_pixbuf gnomecanvaspixbuf`