]> granicus.if.org Git - graphviz/commitdiff
Add ortho to old makefile
authorerg <devnull@localhost>
Sat, 23 May 2009 18:55:23 +0000 (18:55 +0000)
committererg <devnull@localhost>
Sat, 23 May 2009 18:55:23 +0000 (18:55 +0000)
lib/Makefile.old

index aeec821fb9b983e34bf8bc8ec478fa96c553df6a..3effcb9c42f8e622ae6519e2b7ba17c6c2289784 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS = cdt graph agraph cgraph gd pathplan agutil sfio vmalloc ast circogen \
     dotgen fdpgen sfdpgen neatogen pack twopigen common gvc ingraphs expr \
-    patchwork sparse rbtree
+    patchwork sparse rbtree ortho
 
 all install clean :
        (for i in ${SUBDIRS}; do (cd $$i; make $@); done)