From 0659b93dffe9c75e85380c332ffd7eeedc4506c7 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 4 Oct 1998 13:30:40 +0000 Subject: [PATCH] Use `--with-libgtop-examples' to build the examples, they go into a package of their own. --- libgtop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgtop.spec b/libgtop.spec index fe54fced..835e3716 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -58,9 +58,9 @@ Examples for LibGTop. %build # Needed for snapshot releases. if [ ! -f configure ]; then - CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb + CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples else - CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb + CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples fi if [ "$SMP" != "" ]; then