diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-30 23:08:19 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-30 23:08:19 +0200 |
commit | e407720bbaa718d97eefacb62ff96a7796f54281 (patch) | |
tree | 4a7024ad793381d9db8ccc4cf65e74b5299bc349 /udev/lib/Makefile.am | |
parent | 4cf23685101ff9e1a15f47cb0da49a6ec10b8e27 (diff) |
autogen.sh: add --with-selinux
Diffstat (limited to 'udev/lib/Makefile.am')
-rw-r--r-- | udev/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/lib/Makefile.am b/udev/lib/Makefile.am index dadcd55f0f..f1f5fb74b1 100644 --- a/udev/lib/Makefile.am +++ b/udev/lib/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -DLIBUDEV_COMPILATION + -D_LIBUDEV_COMPILATION noinst_PROGRAMS = \ test-libudev |