chiark / gitweb /
Change hook handling to be more portable.
[elogind.git] / Makefile.am.inc
1 AM_CPPFLAGS = \
2         -include $(top_builddir)/config.h \
3         -I$(top_srcdir)/libudev \
4         -DSYSCONFDIR=\""$(sysconfdir)"\" \
5         -DLIBEXECDIR=\""$(libexecdir)"\"
6
7 AM_CFLAGS =
8
9 AM_LDFLAGS = \
10         -Wl,--as-needed
11
12 udevrulesdir = \
13         $(libexecdir)/rules.d
14