mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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
This commit is contained in:
committed by
Colin Walters
parent
776ee5f79e
commit
abf9c86431
@@ -4,7 +4,7 @@ include $(top_srcdir)/gcov.mak
|
||||
|
||||
INCLUDES = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\""
|
||||
|
||||
noinst_LTLIBRARIES = libgirepository.la
|
||||
lib_LTLIBRARIES = libgirepository.la
|
||||
|
||||
libgirepository_la_SOURCES = \
|
||||
girepository.c \
|
||||
@@ -15,8 +15,7 @@ libgirepository_la_SOURCES = \
|
||||
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
||||
libgirepository_la_LIBADD = $(GIREPO_LIBS)
|
||||
|
||||
#girepodir = $(includedir)/gobject-introspection-1.0/
|
||||
#girepo_HEADERS = girepository.h
|
||||
noinst_HEADERS = girepository.h
|
||||
girepodir = $(includedir)/gobject-introspection-1.0/
|
||||
girepo_HEADERS = girepository.h
|
||||
|
||||
GCOVSOURCES = $(libgirepository_la_SOURCES)
|
||||
|
Reference in New Issue
Block a user