Rename pkg-config name to gobject-introspection-1.0, Do not installed

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * Makefile.am:
    * configure.ac:
    * girepository/Makefile.am:
    * giscanner/transformer.py:
    * gobject-introspection-1.0.pc.in:
    * gobject-introspection.pc.in:
    * tools/Makefile.am:

    Rename pkg-config name to gobject-introspection-1.0,
    Do not installed anything which is not using the gir format.
    Disable compililation the old C scanner, but still keep the source
    until all the remaning functionallity has been ported.


svn path=/trunk/; revision=277
This commit is contained in:
Johan Dahlin 2008-05-31 20:49:42 +00:00 committed by Johan Dahlin
parent 624ac67933
commit df21818925

View File

@ -4,7 +4,7 @@ include $(top_srcdir)/gcov.mak
INCLUDES = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\""
lib_LTLIBRARIES = libgirepository.la
noinst_LTLIBRARIES = libgirepository.la
libgirepository_la_SOURCES = \
girepository.c \
@ -15,7 +15,8 @@ libgirepository_la_SOURCES = \
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
libgirepository_la_LIBADD = $(GIREPO_LIBS)
girepodir = $(includedir)/glib-2.0/gobject-introspection
girepo_HEADERS = girepository.h
#girepodir = $(includedir)/gobject-introspection-1.0/
#girepo_HEADERS = girepository.h
noinst_HEADERS = girepository.h
GCOVSOURCES = $(libgirepository_la_SOURCES)