summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-11-07 13:01:25 -0500
committerChris Lumens <clumens@redhat.com>2011-11-10 15:50:41 -0500
commitadd0aeee51989fbe0b5d3e6c46ac645a3bd734ef (patch)
tree02ad67539c2ecf55e90ecafbb7cb434a26d9fda2 /autogen.sh
parent732558a85699676d8c2975e8ed891eb07bcd77bc (diff)
downloadanaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.tar.gz
anaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.tar.xz
anaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.zip
Add our custom GTK+ widgets in as a subdirectory and subpackage.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 99e3830d0..9d2496209 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,3 +6,4 @@ autoheader
touch config.h.in
automake --foreign --add-missing --copy
rm -rf autom4te.cache
+( cd widgets && ./autogen.sh )