diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
commit | 6133f3432fe86bc140cc9ba74794826f75c915fa (patch) | |
tree | 1199e3d6f005b66ea7b0d8b34d5ef323d7ee3cc0 /Makefile.am.inc | |
parent | 29cf5b58be1a783157edc37d7151d86acbdd5732 (diff) |
cleanup ./configure installation directory options
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index 7a8659ebb8..59d21aa22e 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -2,9 +2,13 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -I$(top_srcdir)/libudev \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" + -DLIBEXECDIR=\""$(libexecdir)"\" AM_CFLAGS = AM_LDFLAGS = \ -Wl,--as-needed + +udevrulesdir = \ + $(libexecdir)/rules.d + |