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