diff options
author | fluxgen <fluxgen> | 2007-10-09 07:02:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-09 07:02:15 (GMT) |
commit | c67611383a451ff3b5e960e2ed78988126c80dd0 (patch) | |
tree | 4dde6ae68e897dfc31af16759f743f9b71faf95e | |
parent | 859351fae48fdc78338ccdc2724bcd226555c2a2 (diff) | |
download | fluxbox-c67611383a451ff3b5e960e2ed78988126c80dd0.zip fluxbox-c67611383a451ff3b5e960e2ed78988126c80dd0.tar.bz2 |
merged from trunk
-rw-r--r-- | configure.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fff872a..80a89b9 100644 --- a/configure.in +++ b/configure.in | |||
@@ -566,7 +566,7 @@ AC_ARG_WITH( | |||
566 | style, | 566 | style, |
567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], | 567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], |
568 | DEFAULT_STYLE=$with_style, | 568 | DEFAULT_STYLE=$with_style, |
569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta | 569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe |
570 | ) | 570 | ) |
571 | AC_SUBST(DEFAULT_STYLE) | 571 | AC_SUBST(DEFAULT_STYLE) |
572 | 572 | ||
@@ -637,6 +637,19 @@ data/styles/BlueFlux/Makefile | |||
637 | data/styles/BlueFlux/pixmaps/Makefile | 637 | data/styles/BlueFlux/pixmaps/Makefile |
638 | data/styles/Emerge/Makefile | 638 | data/styles/Emerge/Makefile |
639 | data/styles/Emerge/pixmaps/Makefile | 639 | data/styles/Emerge/pixmaps/Makefile |
640 | data/styles/arch/Makefile | ||
641 | data/styles/arch/pixmaps/Makefile | ||
642 | data/styles/zimek_bisque/Makefile | ||
643 | data/styles/zimek_darkblue/Makefile | ||
644 | data/styles/zimek_green/Makefile | ||
645 | data/styles/ostrich/Makefile | ||
646 | data/styles/green_tea/Makefile | ||
647 | data/styles/bora_black/Makefile | ||
648 | data/styles/bora_blue/Makefile | ||
649 | data/styles/bora_green/Makefile | ||
650 | data/styles/carp/Makefile | ||
651 | data/styles/bloe/Makefile | ||
652 | data/styles/bloe/pixmaps/Makefile | ||
640 | doc/Makefile | 653 | doc/Makefile |
641 | doc/ru/Makefile | 654 | doc/ru/Makefile |
642 | nls/Makefile | 655 | nls/Makefile |