diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-14 17:53:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-14 17:53:15 +0200 |
commit | 045a3bc89e9cdb991aed3043792f032e4f397f11 (patch) | |
tree | ab4e69b91cf42570a05988da4104194aff8fe429 /udev/Makefile.am | |
parent | 98ad80f8737b0cfcd264e32e37d6c5d4e35e4ea5 (diff) |
USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
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 14ec79e8d6..5f6f7c54c0 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -29,7 +29,7 @@ common_files = \ ../libudev/libudev-queue-private.c \ ../libudev/libudev-ctrl.c -if USE_SELINUX +if WITH_SELINUX common_files += \ ../libudev/libudev-selinux-private.c common_ldadd += \ |