aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.python/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.python/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/Makefile.in b/gdb/testsuite/gdb.python/Makefile.in
index 660941d..aaa771a 100644
--- a/gdb/testsuite/gdb.python/Makefile.in
+++ b/gdb/testsuite/gdb.python/Makefile.in
@@ -2,14 +2,17 @@ VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = py-type py-value py-prettyprint py-template py-block \
- py-symbol py-mi py-breakpoint py-inferior py-infthread
+ py-symbol py-mi py-breakpoint py-inferior py-infthread \
+ py-shared python
+
+MISCELLANEOUS = py-shared-sl.sl
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
-rm -f *~ *.o *.ci
- -rm -f core $(EXECUTABLES)
+ -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log