Files
evolution/widgets/menus/Makefile.am
Rodrigo Moya cec691f29f added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo
2001-10-04  Rodrigo Moya <rodrigo@ximian.com>

	* misc/Makefile.am:
	* menus/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile
	with latest Bonobo

svn path=/trunk/; revision=13407
2001-10-04 11:03:29 +00:00

13 lines
253 B
Makefile

noinst_LTLIBRARIES = libmenus.la
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets/menus \
$(EXTRA_GNOME_CFLAGS) \
$(BONOBO_GNOME_CFLAGS) \
-DG_LOG_DOMAIN=\"menus\"
libmenus_la_SOURCES = \
gal-view-menus.c \
gal-view-menus.h