summaryrefslogtreecommitdiff
path: root/giscanner/config.py.in
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-26 11:21:51 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-26 11:21:51 +0000
commit8c6756fc0cd1c25f27241d90298b1a22a741d699 (patch)
treee074586869983500f441656bc13423a6566b3d6e /giscanner/config.py.in
parent1fe806c012d8ba1613b044db5f6ff26b75329246 (diff)
downloadgobject-introspection-8c6756fc0cd1c25f27241d90298b1a22a741d699.tar.gz
Avoid undeffing __GNUC__, instead define __attribute__ & friends. Remove
2008-08-26 Johan Dahlin <johan@gnome.org> * gir/Makefile.am: * giscanner/Makefile.am: * giscanner/cgobject.py: * giscanner/config.py.in: * giscanner/sourcescanner.py: Avoid undeffing __GNUC__, instead define __attribute__ & friends. Remove glibconfig.h hack. svn path=/trunk/; revision=496
Diffstat (limited to 'giscanner/config.py.in')
-rw-r--r--giscanner/config.py.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/giscanner/config.py.in b/giscanner/config.py.in
index 9d687573..9e3993ad 100644
--- a/giscanner/config.py.in
+++ b/giscanner/config.py.in
@@ -21,7 +21,3 @@
DATADIR = "@datadir@"
DATADIR = DATADIR.replace(
"${prefix}", "@prefix@")
-
-INCLUDEDIR = "@includedir@/gobject-introspection-1.0"
-INCLUDEDIR = INCLUDEDIR.replace(
- "${prefix}", "@prefix@")