aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2009-12-02 01:20:03 +0000
committerScott James Remnant <scott@ubuntu.com>2009-12-02 01:20:03 +0000
commit326e15a8ed97a22f2fe52d203896763d75f93c2c (patch)
tree99e1ec23bdea234f95d87e4a53cfa6b18ec3a81a /Makefile.am
parente0ead3ba820956648d103de2cac642f7097b519d (diff)
downloadudev-326e15a8ed97a22f2fe52d203896763d75f93c2c.tar.gz
Fix out-of-tree builds
gudevenumtypes.h won't be under $(top_srcdir) when built out-of-tree from GIT. Signed-off-by: Scott James Remnant <scott@ubuntu.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 883cfc8c..99409277 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -388,7 +388,7 @@ extras/gudev/GUdev-1.0.gir: extras/gudev/libgudev-1.0.la $(G_IR_SCANNER) Makefil
$(top_srcdir)/extras/gudev/gudev.h \
$(top_srcdir)/extras/gudev/gudevtypes.h \
$(top_srcdir)/extras/gudev/gudevenums.h \
- $(top_srcdir)/extras/gudev/gudevenumtypes.h \
+ $(top_builddir)/extras/gudev/gudevenumtypes.h \
$(top_srcdir)/extras/gudev/gudevclient.h \
$(top_srcdir)/extras/gudev/gudevdevice.h \
$(top_srcdir)/extras/gudev/gudevclient.c \