summaryrefslogtreecommitdiff
path: root/girepository/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-05-31 20:49:42 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-05-31 20:49:42 +0000
commit8fe4141014ccef2e0cb8a5ece88689f2ff45064d (patch)
tree9ff04cd8596883bb1b119cb33d8b05764a685754 /girepository/Makefile.am
parentc7bc4f4e6263db8a2914692dc75ff7b695a16dc3 (diff)
downloadgobject-introspection-8fe4141014ccef2e0cb8a5ece88689f2ff45064d.tar.gz
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
Diffstat (limited to 'girepository/Makefile.am')
-rw-r--r--girepository/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/girepository/Makefile.am b/girepository/Makefile.am
index 74e5ada5..e95b3cd7 100644
--- a/girepository/Makefile.am
+++ b/girepository/Makefile.am
@@ -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)