diff src/Makefile.in @ 108014:c85d877f94f1

Remove LIBSELINUX_LIBS need for cpp in Makefiles. * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles. * src/Makefile.in (LIBSELINUX_LIBS): Remove containing #ifdef.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Apr 2010 20:33:04 -0700
parents 12062a99ca8d
children b235d39e4457
line wrap: on
line diff
--- a/src/Makefile.in	Tue Apr 20 20:11:03 2010 -0700
+++ b/src/Makefile.in	Tue Apr 20 20:33:04 2010 -0700
@@ -92,6 +92,8 @@
 RSVG_LIBS= @RSVG_LIBS@
 RSVG_CFLAGS= @RSVG_CFLAGS@
 
+LIBSELINUX_LIBS = @LIBSELINUX_LIBS@
+
 INTERVALS_H = dispextern.h intervals.h composite.h
 
 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
@@ -243,10 +245,6 @@
 DBUS_OBJ = dbusbind.o
 #endif
 
-#ifdef HAVE_LIBSELINUX
-LIBSELINUX_LIBS = @LIBSELINUX_LIBS@
-#endif
-
 /* DO NOT use -R.  There is a special hack described in lastfile.c
    which is used instead.  Some initialized data areas are modified
    at initial startup, then labeled as part of the text area when