Files
evolution/widgets/misc/Makefile.am
Dan Winship 97539df002 Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.
* Makefile.am (INCLUDES): Set G_LOG_DOMAIN=__FILE__ rather than
	"e-title-bar" in all three widgets.

svn path=/trunk/; revision=3897
2000-07-05 20:51:27 +00:00

30 lines
591 B
Makefile

# FIXME we use the EClippedLabel widget from EShortcutBar. Probably
# it should be moved somewhere else.
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets/shortcut-bar \
$(EXTRA_GNOME_CFLAGS) \
-DG_LOG_DOMAIN=__FILE__
noinst_LIBRARIES = \
libemiscwidgets.a
libemiscwidgets_a_SOURCES = \
e-clipped-label.c \
e-clipped-label.h \
e-scroll-frame.c \
e-scroll-frame.h \
e-title-bar.c \
e-title-bar.h
noinst_PROGRAMS = \
test-title-bar
test_title_bar_SOURCES = \
test-title-bar.c
test_title_bar_LDADD = \
./libemiscwidgets.a \
$(EXTRA_GNOME_LIBS)