1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

fix libudev include in Makefile.am.in

This commit is contained in:
Kay Sievers 2009-06-08 22:25:58 +02:00
parent 48a9b173e8
commit 62f11eed3e

View File

@ -1,6 +1,6 @@
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \ -include $(top_builddir)/config.h \
-I$(top_builddir)/libudev \ -I$(top_srcdir)/libudev \
-DSYSCONFDIR=\""$(sysconfdir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \
-DUDEV_PREFIX=\""$(udev_prefix)"\" -DUDEV_PREFIX=\""$(udev_prefix)"\"