summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-10-11 09:16:06 -0500
committerMichael E Brown <michael_e_brown@dell.com>2007-10-11 09:16:06 -0500
commit73cbb896f9b4cf274d2edeea1b698bde82240e93 (patch)
treeb5d138027663b0ab14adf4e8a301b32c8a31fb79 /Makefile.am
parent54fc3348a660892ed482377062807e3a8e94305e (diff)
downloadmock-73cbb896f9b4cf274d2edeea1b698bde82240e93.tar.gz
mock-73cbb896f9b4cf274d2edeea1b698bde82240e93.tar.xz
mock-73cbb896f9b4cf274d2edeea1b698bde82240e93.zip
fix quoting on defines.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f979023..902893d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ $(bin_PROGRAMS): src/libselinux-mock.la
$(EXTRA_PROGRAMS): src/libselinux-mock.la
CLEANFILES += $(EXTRA_PROGRAMS)
-AM_CFLAGS = -Wall -I$(top_srcdir)/src -DSYSCONFDIR="$(sysconfdir)" -DLIBEXECDIR="$(libexecdir)" -DLIBDIR="$(libdir)" -Werror
+AM_CFLAGS = -Wall -I$(top_srcdir)/src -DSYSCONFDIR='"$(sysconfdir)"' -DLIBEXECDIR='"$(libexecdir)"' -DLIBDIR='"$(libdir)"' -Werror
lib_LTLIBRARIES = src/libselinux-mock.la
src_libselinux_mock_la_LDFLAGS = -version-info $(MOCK_LIBTOOL_CURRENT):$(MOCK_LIBTOOL_REVISION):$(MOCK_LIBTOOL_AGE)