mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
11 lines
198 B
PHP
11 lines
198 B
PHP
AM_CPPFLAGS = \
|
|
-include $(top_builddir)/config.h \
|
|
-I$(top_srcdir)/libudev \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
-DUDEV_PREFIX=\""$(udev_prefix)"\"
|
|
|
|
AM_CFLAGS =
|
|
|
|
AM_LDFLAGS = \
|
|
-Wl,--as-needed
|