mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
e568b5f9fd
glib-compat.h file created to use g_mapped_file_unref only if glib >= 2.22 is available https://bugzilla.gnome.org/show_bug.cgi?id=603727
38 lines
969 B
Makefile
38 lines
969 B
Makefile
include $(top_srcdir)/gcov.mak
|
|
|
|
GCOVSOURCES = $(libgirepository_1_0_la_SOURCES)
|
|
|
|
girepodir = $(includedir)/gobject-introspection-1.0/
|
|
girepo_HEADERS = girepository.h girffi.h
|
|
|
|
lib_LTLIBRARIES = libgirepository-1.0.la
|
|
noinst_LTLIBRARIES = libgirepository-parser.la
|
|
|
|
libgirepository_1_0_la_SOURCES = \
|
|
gdump.c \
|
|
gfield.c \
|
|
ginfo.c \
|
|
ginfo.h \
|
|
ginvoke.c \
|
|
girepository.c \
|
|
girffi.c \
|
|
girffi.h \
|
|
glib-compat.h \
|
|
gtypelib.c \
|
|
gtypelib.h
|
|
|
|
libgirepository_1_0_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
|
libgirepository_1_0_la_LIBADD = $(GIREPO_LIBS)
|
|
libgirepository_1_0_la_LDFLAGS = -no-undefined
|
|
|
|
libgirepository_parser_la_SOURCES = \
|
|
girmodule.c \
|
|
girmodule.h \
|
|
girnode.c \
|
|
girnode.h \
|
|
giroffsets.c \
|
|
girparser.c \
|
|
girparser.h
|
|
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
|
|