diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:41:41 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:42:01 -0400 |
commit | 252150e181c58c5ae58ffac144971767df9921f7 (patch) | |
tree | 8cf3d1878e3351c5be1617875d7458b3acb1ba55 /src/Makefile.am | |
parent | 1b6370e74bd6927a5c594210cd6728feda9c4616 (diff) |
src/gudev: remove Gobject libudev support.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9a365d3d50..f0ddd0125e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,8 +13,3 @@ SUBDIRS += \ mtd_probe \ scsi_id \ v4l_id - -if ENABLE_GUDEV -SUBDIRS += \ - gudev -endif |