]> granicus.if.org Git - graphviz/commitdiff
ordering of plugin build still wasn't right - broke rpmbuild
authorellson <devnull@localhost>
Thu, 28 Jul 2005 23:56:56 +0000 (23:56 +0000)
committerellson <devnull@localhost>
Thu, 28 Jul 2005 23:56:56 +0000 (23:56 +0000)
lib/Makefile.am
lib/Makefile.old

index 0958a0a7169dd556a0cb813d9352f13703773908..aa2cca24b3dcbf324a45385ee46c29d7f287703d 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
 SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
-       dotgen fdpgen neatogen pack twopigen plugin common gvc ingraphs expr
+       dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr plugin
 
 EXTRA_DIST = Makefile.old
index da1e7e09df10b657c19e8fc000183819478970db..be6fb5f4fef966b5eb0d52bd6107c8fa263f4914 100644 (file)
@@ -1,5 +1,5 @@
 SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
-    dotgen fdpgen neatogen pack twopigen plugin common gvc ingraphs expr
+    dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr plugin
 
 all install clean :
        (for i in ${SUBDIRS}; do (cd $$i; make $@); done)