New python events: inferior call, register/memory changed.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 1da8af60bdb2228a10bd3fd827a8ff16c3f4ff6b..81c8c941f045206c9884f89ca8ec0ed74f46090f 100644 (file)
@@ -361,6 +361,7 @@ SUBDIR_PYTHON_OBS = \
        py-function.o \
        py-gdb-readline.o \
        py-inferior.o \
+       py-infevents.o \
        py-infthread.o \
        py-lazy-string.o \
        py-linetable.o \
@@ -399,6 +400,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-function.c \
        python/py-gdb-readline.c \
        python/py-inferior.c \
+       python/py-infevents.c \
        python/py-infthread.c \
        python/py-lazy-string.c \
        python/py-linetable.c \
@@ -2478,6 +2480,10 @@ py-inferior.o: $(srcdir)/python/py-inferior.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-inferior.c
        $(POSTCOMPILE)
 
+py-infevents.o: $(srcdir)/python/py-infevents.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-infevents.c
+       $(POSTCOMPILE)
+
 py-infthread.o: $(srcdir)/python/py-infthread.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-infthread.c
        $(POSTCOMPILE)
This page took 0.025171 seconds and 4 git commands to generate.