diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 17:12:33 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 17:12:33 +0200 |
commit | b2946df41965632c80012921a2cacbf83bc3dd80 (patch) | |
tree | 6449557cbbbbcfc151c2229435dfa967161c612c /udev/Makefile.am | |
parent | 7a01f11afbcc0a639cc3676572a41445f7edb65d (diff) |
libudev: rename libudev-utils.c libudev-util.c
Diffstat (limited to 'udev/Makefile.am')
-rw-r--r-- | udev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am index 7984e5d5f9..47b4237efc 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -37,7 +37,7 @@ common_files = \ lib/libudev.c \ lib/libudev-device.c \ lib/libudev-monitor.c \ - lib/libudev-utils.c \ + lib/libudev-util.c \ lib/libudev-ctrl.c if USE_SELINUX |