gdb/
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 826d33995653d802cc0524aa03b2961d80649784..986588b4760a4d6c5496ff92b895bb6b0ef9257e 100644 (file)
@@ -289,6 +289,7 @@ SUBDIR_PYTHON_OBS = \
        py-inferior.o \
        py-infthread.o \
        py-lazy-string.o \
+       py-newobjfileevent.o \
        py-objfile.o \
        py-param.o \
        py-prettyprint.o \
@@ -319,6 +320,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-inferior.c \
        python/py-infthread.c \
        python/py-lazy-string.c \
+       python/py-newobjfileevent.c \
        python/py-objfile.c \
        python/py-param.c \
        python/py-prettyprint.c \
@@ -2115,6 +2117,10 @@ py-lazy-string.o: $(srcdir)/python/py-lazy-string.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-lazy-string.c
        $(POSTCOMPILE)
 
+py-newobjfileevent.o: $(srcdir)/python/py-newobjfileevent.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-newobjfileevent.c
+       $(POSTCOMPILE)
+
 py-objfile.o: $(srcdir)/python/py-objfile.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-objfile.c
        $(POSTCOMPILE)
This page took 0.026027 seconds and 4 git commands to generate.