add pto.c pto.h
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Wed, 24 Nov 2004 14:52:09 +0000 (14:52 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Wed, 24 Nov 2004 14:52:09 +0000 (14:52 +0000)
[r4460]

ir/ana2/Makefile.in

index e8580ce..eab3c01 100644 (file)
@@ -16,13 +16,15 @@ topdir = ../..
 subdir := ir/ana2
 
 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h pto_debug.h \
-       pto_ctx.h pto_init.h pto_name.h pto_util.h
+       pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h qset.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
           ecg.c irmemwalk.c lset.c typalise.c \
-          pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c
+          pto.c \
+          pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c \
+          qset.c
 
 include $(topdir)/MakeRules