From 6cf5c3ca64e594bf068ac11bb0c5bb35904706d7 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Wed, 2 Mar 2005 09:04:45 +0000 Subject: White space fixes. Signed-off-by: Martin Schlemmer --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c351917..17158c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip -EXTRA_DIST = sandbox.bashrc canonicalize.c libctest.c +EXTRA_DIST = sandbox.bashrc canonicalize.c libctest.c CLEANFILES = symbols.h AM_CPPFLAGS = -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT \ @@ -9,7 +9,7 @@ AM_CPPFLAGS = -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT \ dist_pkgdata_DATA = sandbox.bashrc -lib_LTLIBRARIES = libsandbox.la +lib_LTLIBRARIES = libsandbox.la nodist_EXTRA_libsandbox_la_SOURCES = symbols.h libsandbox_la_SOURCES = libsandbox.c sandbox_futils.c localdecls.h libsandbox_la_LDFLAGS = -Wc,-nostdlib -Wc,-nodefaultlibs -lc -ldl -- cgit v1.2.3-65-gdbad