summaryrefslogtreecommitdiff
path: root/src/gudev
AgeCommit message (Collapse)Author
2012-11-23Fix build failure with --enable-gudevRichard Yao
The directory containing libudev.h was absent from search paths provided to the preprocessor. Signed-off-by: Richard Yao <ryao@gentoo.org>
2012-11-18Got helper in src/* and make distcheck workingAnthony G. Basile
2012-11-17src/gudev: builds successfullyAnthony G. Basile
2012-11-15Second step of revamping the build systemAnthony G. Basile
The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain.
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- <filename>
2012-04-13update .gitignoreKay Sievers
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering
2012-04-13udev: gudev - silence introspection scanner warningKay Sievers
<kay> walters: you happen to know how to silence this? gudev.h:24: Warning: GUdev: symbol='_GUDEV_INSIDE_GUDEV_H': Unknown namespace for symbol 'GUDEV_INSIDE_GUDEV_H' <walters> kay, probably: <walters> -#define _GUDEV_INSIDE_GUDEV_H 1 <walters> +#define _GUDEV_INSIDE_GUDEV_H <walters> kay, if the scanner sees a define with a value it assumes it's a constant for public consumption <walters> kay, patch in https://bugzilla.gnome.org/show_bug.cgi?id=674072 fwiw <kay> walters: cool, thanks! <kay> walters: your workaround removing the "1" works. nice!
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers