]> granicus.if.org Git - graphviz/commitdiff
Add gvpr to old makefile for lib
authorerg <devnull@localhost>
Sat, 4 Jul 2009 15:48:50 +0000 (15:48 +0000)
committererg <devnull@localhost>
Sat, 4 Jul 2009 15:48:50 +0000 (15:48 +0000)
lib/Makefile.old

index aa6702eea7aafbd0f8c3c1996a0f3de7790d5be8..6d647a5f97d8fec869f0265ca7ac60a7ee752532 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 ortho osage
+    patchwork sparse rbtree ortho osage gvpr
 
 all install clean :
        (for i in ${SUBDIRS}; do (cd $$i; make $@); done)