From 4b3087eb7d016dfa21722e8dff437784251ab55e Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 25 Nov 2012 19:44:28 -0500 Subject: 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 --- src/gudev/gudev.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gudev/gudev.h') 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 -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #undef _GUDEV_INSIDE_GUDEV_H #endif /* __G_UDEV_H__ */ -- cgit v1.2.3-54-g00ecf