]> granicus.if.org Git - graphviz/commitdiff
adjust Makefiles for new plugin tree
authorellson <devnull@localhost>
Sun, 25 Jun 2006 11:00:49 +0000 (11:00 +0000)
committerellson <devnull@localhost>
Sun, 25 Jun 2006 11:00:49 +0000 (11:00 +0000)
Makefile.old

index 4956f7eb4ce8eae022438c5f71787422e1c0a7ba..162f7e59f3b6800903547d5f8a66e6bde52ba498 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = lib cmd
+SUBDIRS = lib plugin cmd
 
 all install clean distclean :
        (for i in ${SUBDIRS}; do (cd $$i; make $@); done)