mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
dbdadab624
2008-02-10 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * girepository/Makefile.am: Make 'make distcheck' work again. svn path=/trunk/; revision=110
21 lines
483 B
Makefile
21 lines
483 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 \
|
|
gmetadata.h \
|
|
gmetadata.c \
|
|
ginfo.c \
|
|
ginvoke.c
|
|
libgirepository_la_CFLAGS = $(GIREPO_CFLAGS)
|
|
|
|
girepodir = $(includedir)/glib-2.0/gobject-introspection
|
|
girepo_HEADERS = girepository.h
|
|
|
|
GCOV_SOURCES = $(libgirepository_la_SOURCES)
|