Revert "gudev: fix out-of-tree build"

This reverts commit b15b089138.

This breaks "make distcheck". The header is distributed in the tarball,
and does not live in builddir.
This commit is contained in:
Kay Sievers 2009-11-10 15:09:27 +01:00
parent 04da95b1c4
commit 7fa9bb9dbf

View File

@ -377,13 +377,12 @@ extras/gudev/GUdev-1.0.gir: extras/gudev/libgudev-1.0.la $(G_IR_SCANNER) Makefil
--pkg=glib-2.0 \
--pkg=gobject-2.0 \
-I$(top_srcdir)/extras \
-I$(top_builddir)/extras \
-D_GUDEV_COMPILATION \
-D_GUDEV_WORK_AROUND_DEV_T_BUG \
$(top_srcdir)/extras/gudev/gudev.h \
$(top_srcdir)/extras/gudev/gudevtypes.h \
$(top_srcdir)/extras/gudev/gudevenums.h \
$(top_builddir)/extras/gudev/gudevenumtypes.h \
$(top_srcdir)/extras/gudev/gudevenumtypes.h \
$(top_srcdir)/extras/gudev/gudevclient.h \
$(top_srcdir)/extras/gudev/gudevdevice.h \
$(top_srcdir)/extras/gudev/gudevclient.c \