glib/Makefile.am
Colin Walters abf9c86431 Add environment variable G_IREPOSITORY_VERBOSE so we can print out what
2008-07-24  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c (g_irepository_register): Add
	environment variable G_IREPOSITORY_VERBOSE so we can print
	out what we're doing.
	* girepository/girepository.c (g_irepository_register_file): 
	Add GError error message to g_debug call.


svn path=/trunk/; revision=296
2008-07-24 19:20:40 +00:00

22 lines
521 B
Makefile

## Process this file with automake to produce Makefile.in
include $(top_srcdir)/gcov.mak
INCLUDES = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\""
lib_LTLIBRARIES = libgirepository.la
libgirepository_la_SOURCES = \
girepository.c \
gtypelib.h \
gtypelib.c \
ginfo.c \
ginvoke.c
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
libgirepository_la_LIBADD = $(GIREPO_LIBS)
girepodir = $(includedir)/gobject-introspection-1.0/
girepo_HEADERS = girepository.h
GCOVSOURCES = $(libgirepository_la_SOURCES)