From: ellson <devnull@localhost> Date: Thu, 28 Jul 2005 23:56:56 +0000 (+0000) Subject: ordering of plugin build still wasn't right - broke rpmbuild X-Git-Tag: LAST_LIBGRAPH~32^2~7356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e354e42b1aaf18f56fea3dce328ebabc9f4c9b7a;p=graphviz ordering of plugin build still wasn't right - broke rpmbuild --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 0958a0a71..aa2cca24b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 diff --git a/lib/Makefile.old b/lib/Makefile.old index da1e7e09d..be6fb5f4f 100644 --- a/lib/Makefile.old +++ b/lib/Makefile.old @@ -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)