diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-08 21:36:06 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-08 21:36:06 +0200 |
commit | 48a9b173e88738ff4eefb3519f1d27711b417c8d (patch) | |
tree | 4ab742a8dd66fe9a877b0e126cbf99ec547ddb89 /Makefile.am.inc | |
parent | 15a45c89e5c79e374247bad5c6ae28ad41496161 (diff) |
libudev: move to top-level directory
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index 7ecd55de78..802143bb6b 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -1,8 +1,8 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ + -I$(top_builddir)/libudev \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -D_LIBUDEV_COMPILATION + -DUDEV_PREFIX=\""$(udev_prefix)"\" AM_CFLAGS = |