pybank r50 - trunk
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pybank r50 - trunk
- Date: Mon, 10 Mar 2008 13:51:29 +0000 (GMT)
Author: johan
Date: Mon Mar 10 13:51:29 2008
New Revision: 50
URL: http://svn.gnome.org/viewvc/pybank?rev=50&view=rev
Log:
Update to latest gobject-introspection changes
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Mar 10 13:51:29 2008
@@ -1,10 +1,11 @@
-IRPATH=../gobject-introspection/src
+IRPATH=../gobject-introspection/girepository
+GIPATH=../gobject-introspection/
IR_CFLAGS=-Wl,-rpath $(IRPATH)/.libs -g -Wall -I$(IRPATH) `pkg-config --cflags glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0`
IR_LIBS=-L$(IRPATH)/.libs -lgirepository -lffi `pkg-config --libs glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0`
PY_VERSION=2.5
-PY_CFLAGS=-I/usr/include/python$(PY_VERSION)
+PY_CFLAGS=-I/usr/include/python$(PY_VERSION) `pkg-config --cflags pygobject-2.0`
PY_LIBS=-lpython$(PY_VERSION)
POPPLER_DIR=/usr/local/lib
@@ -49,7 +50,7 @@
@rm -f bank/repo.so *.repo
%.repo: data/%.gidl
- $(IRPATH)/g-idl-compiler --raw $< --output $@
+ $(GIPATH)/tools/g-idl-compiler --raw $< --output $@
test: bank/repo.so poppler.repo
LD_PRELOAD=$(POPPLER_DIR)/libpoppler-glib.so \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]