From a05f94fc559deae37d15c80806cfa77da8693dac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Sat, 28 Jan 2006 12:58:14 +0000 Subject: [PATCH] new adt bipartite added [r7290] --- ir/adt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index 861bdd4c7..b18f200d3 100644 --- a/ir/adt/Makefile.in +++ b/ir/adt/Makefile.in @@ -16,12 +16,12 @@ topdir = ../.. subdir := ir/adt disable_libiberty := @disable_libiberty@ -INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterator.h align.h fourcc.h util.h plist.h +INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterator.h align.h fourcc.h util.h plist.h bipartite.h SOURCES = Makefile.in \ array.c obst.h pdeq.c \ set.c pmap.c eset.c iterator.c xmalloc.h \ - plist.c + plist.c bipartite.c ifeq ($(disable_libiberty),no) SOURCES += xmalloc.c -- 2.20.1