From e354e42b1aaf18f56fea3dce328ebabc9f4c9b7a Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 28 Jul 2005 23:56:56 +0000 Subject: [PATCH] ordering of plugin build still wasn't right - broke rpmbuild --- lib/Makefile.am | 2 +- lib/Makefile.old | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0