chiark / gitweb /
gudev: fix typo in configure option
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Jun 2009 17:56:31 +0000 (19:56 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Jun 2009 17:56:31 +0000 (19:56 +0200)
configure.ac
extras/gudev/.gitignore
extras/gudev/Makefile.am

index 82695b913835ce79adc71a9fa60760f4e9df3998..2fae2ccd3040c9472450d47fe7882f2dc3a173bf 100644 (file)
@@ -78,7 +78,7 @@ AM_CONDITIONAL([ENABLE_EXTRAS], [test "x$enable_extras" = xyes])
 AC_ARG_ENABLE([introspection],
        AS_HELP_STRING([--enable-introspection], [enable GObject introspection]),
        [], [enable_introspection=no])
 AC_ARG_ENABLE([introspection],
        AS_HELP_STRING([--enable-introspection], [enable GObject introspection]),
        [], [enable_introspection=no])
-if test "$enable_introspection" = xyes; then
+if test "x$enable_introspection" = xyes; then
        PKG_CHECK_MODULES([INTROSPECTION], [gobject-introspection-1.0 >= 0.6.2])
        AC_DEFINE([ENABLE_INTROSPECTION], [1], [enable GObject introspection support])
        AC_SUBST([G_IR_SCANNER], [$($PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0)])
        PKG_CHECK_MODULES([INTROSPECTION], [gobject-introspection-1.0 >= 0.6.2])
        AC_DEFINE([ENABLE_INTROSPECTION], [1], [enable GObject introspection support])
        AC_SUBST([G_IR_SCANNER], [$($PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0)])
index 575f13d785a5b4d3e0ee4d386ed9275b759eca39..d20fa523e41188bdb016e1d1b70a6bae981e97d1 100644 (file)
@@ -5,4 +5,5 @@ gudevenumtypes.c
 gudevenumtypes.h
 gudevmarshal.c
 gudevmarshal.h
 gudevenumtypes.h
 gudevmarshal.c
 gudevmarshal.h
-
+GUdev-1.0.gir
+GUdev-1.0.typelib
index 852e455f678804ac0bea0fe074ff90c22750862b..71565e2a489fb41cb316cf31795cd838c9caf19f 100644 (file)
@@ -88,7 +88,7 @@ GUdev-1.0.gir: libgudev-1.0.la $(G_IR_SCANNER) Makefile.am
                --output $@ \
                --pkg=glib-2.0 \
                --pkg=gobject-2.0 \
                --output $@ \
                --pkg=glib-2.0 \
                --pkg=gobject-2.0 \
-               -I$(top_srcdir) \
+               -I$(top_srcdir)/extras \
                -D_GUDEV_COMPILATION \
                -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \
                $(top_srcdir)/extras/gudev/gudev.h \
                -D_GUDEV_COMPILATION \
                -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \
                $(top_srcdir)/extras/gudev/gudev.h \