diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 41d45a0127..7d97af51e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -include $(top_srcdir)/Makefile.am.inc - SUBDIRS = . libudev/docs udevconfdir = $(sysconfdir)/udev @@ -22,6 +20,20 @@ ACLOCAL_AMFLAGS = -I m4 AM_MAKEFLAGS = --no-print-directory +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 + DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --enable-extras |