mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 01:20:00 +07: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
|