From: Tobias Oetiker Date: Sun, 25 Feb 2001 22:53:17 +0000 (+0000) Subject: fixed compile order ... src before bindings X-Git-Tag: 1.2rc1~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97bb8a1fa981483afd0b1699ed34a0e67de47f42;p=thirdparty%2Frrdtool-1.x.git fixed compile order ... src before bindings git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@14 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/Makefile.am b/Makefile.am index 29633d19..5f3e09c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = libraries bindings src doc examples +SUBDIRS = libraries src bindings doc examples # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS rrdtool.spec