From: Florian Liekweg Date: Tue, 30 Nov 2004 15:07:00 +0000 (+0000) Subject: Include pto_mod X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ddc1fa7b3f4453a2ee7c4ee7de0e07a68a61918b;p=libfirm Include pto_mod [r4521] --- diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index 9ab5e289d..ec1a82cb3 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -16,7 +16,8 @@ topdir = ../.. subdir := ir/ana2 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h \ - pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h qset.h + pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h pto_mod.h \ + qset.h SOURCES = $(INSTALL_HEADERS) @@ -24,6 +25,7 @@ SOURCES += Makefile.in \ ecg.c irmemwalk.c lset.c typalise.c \ pto.c \ pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c \ + pto_mod.c \ qset.c include $(topdir)/MakeRules