From: Kay Sievers Date: Sat, 31 Dec 2011 20:55:48 +0000 (+0100) Subject: build-sys: login - remove specified include dir; all subdirs are in the list now X-Git-Tag: v38~111 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300891fa8ebae9faf1c873ab1c4a6b6c8d97d7ac;p=systemd build-sys: login - remove specified include dir; all subdirs are in the list now --- diff --git a/Makefile.am b/Makefile.am index d0b3f62b..7d448ebb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1675,10 +1675,6 @@ systemd_logind_SOURCES += \ src/acl-util.c endif -systemd_logind_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I $(top_srcdir)/src/login - systemd_logind_CFLAGS = \ $(AM_CFLAGS) \ $(DBUS_CFLAGS) \