new adt bipartite added
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Sat, 28 Jan 2006 12:58:14 +0000 (12:58 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Sat, 28 Jan 2006 12:58:14 +0000 (12:58 +0000)
[r7290]

ir/adt/Makefile.in

index 861bdd4..b18f200 100644 (file)
@@ -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