summaryrefslogtreecommitdiff
path: root/src/gudev/gudev.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-25 19:44:28 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-25 19:44:28 -0500
commit4b3087eb7d016dfa21722e8dff437784251ab55e (patch)
tree7c866fa1a48a43dd6afd5768ff12e52d5316b847 /src/gudev/gudev.h
parent518c07d5b4b40c8e580897755c400910677d9e21 (diff)
Fix up building gudev and introspection under make distcheck
This commit makes sure that src/gudev/gudevprivate.h is included in the distribution, fixing a failure in building gudev with `make distcheck`. There's also some code cleanup and migration of all configurable paths to the main configure.ac file. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/gudev/gudev.h')
-rw-r--r--src/gudev/gudev.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gudev/gudev.h b/src/gudev/gudev.h
index 44c686c3bd..6ae01f2bf1 100644
--- a/src/gudev/gudev.h
+++ b/src/gudev/gudev.h
@@ -22,12 +22,12 @@
#define __G_UDEV_H__
#define _GUDEV_INSIDE_GUDEV_H
-#include <gudevenums.h>
-#include <gudevenumtypes.h>
-#include <gudevtypes.h>
-#include <gudevclient.h>
-#include <gudevdevice.h>
-#include <gudevenumerator.h>
+#include <gudev/gudevenums.h>
+#include <gudev/gudevenumtypes.h>
+#include <gudev/gudevtypes.h>
+#include <gudev/gudevclient.h>
+#include <gudev/gudevdevice.h>
+#include <gudev/gudevenumerator.h>
#undef _GUDEV_INSIDE_GUDEV_H
#endif /* __G_UDEV_H__ */