summaryrefslogtreecommitdiff
path: root/t/pr401c.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr401c.sh')
-rw-r--r--t/pr401c.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/pr401c.sh b/t/pr401c.sh
index e92a25318..50b55677f 100644
--- a/t/pr401c.sh
+++ b/t/pr401c.sh
@@ -117,8 +117,6 @@ SUBDIRS = src
EOF
cat > src/Makefile.am <<'EOF'
-AUTOMAKE_OPTIONS = subdir-objects
-
noinst_LIBRARIES = libfeep.a
libfeep_a_SOURCES =
libfeep_a_LIBADD = $(ALLOCA) $(LIBOBJS) # Add LIBOBJS for fun.
@@ -150,8 +148,6 @@ sed 's/^.*src\/Makefile.*$//' configure.ac >configure.tmp
mv -f configure.tmp configure.ac
cat >Makefile.am <<'EOF'
-AUTOMAKE_OPTIONS = subdir-objects
-
noinst_LIBRARIES = lib/libfeep.a
lib_libfeep_a_SOURCES =
lib_libfeep_a_LIBADD = $(ALLOCA)