X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.am;h=12d055012bf3bffc7fd9cd20128003d945df36c6;hb=ac65c8080aa1cf32756a314e0f7ff0eb52bce7e5;hp=5672f1319996785e8a29e7988f9ff004b2c5e4fb;hpb=6feea2b91da023b11d7b5e512a0a3c6aaf43328c;p=citadel.git diff --git a/webcit/Makefile.am b/webcit/Makefile.am index 5672f1319..12d055012 100644 --- a/webcit/Makefile.am +++ b/webcit/Makefile.am @@ -17,11 +17,7 @@ DIRS=tiny_mce static install-data-local: @$(NORMAL_INSTALL); \ - if test -n "@STATIC_DIR@" ; then \ - export STATIC_DIR=@STATIC_DIR@; \ - else \ - export STATIC_DIR=$(prefix); \ - fi; \ + export STATIC_DIR=@staticdir@; \ for dir in $(DIRS); do \ $(mkinstalldirs) $(DESTDIR)/$$STATIC_DIR/$$dir; \ for subdir in `find $$dir -type d |grep -v .svn`; do \