summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-15 09:04:26 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-15 09:04:26 +0100
commit508b2ab600468d7ba250b6db1b6169aa3404204b (patch)
tree978ee7eecb0c5e9f6a9c365dc576f817597b42c0
parent62cdc4e1e4132a171108032c3488b2f029fc3a2b (diff)
downloadeterm-508b2ab600468d7ba250b6db1b6169aa3404204b.tar.gz
Add the desktop directory to configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88d45e8..f0edfde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1054,7 +1054,7 @@ basedir=.
AC_CONFIG_HEADERS(config.h)
-AC_OUTPUT([Makefile bg/Makefile doc/Makefile utils/Makefile pix/Makefile
+AC_OUTPUT([Makefile bg/Makefile doc/Makefile utils/Makefile pix/Makefile desktop/Makefile
src/Makefile themes/Makefile])
# Mega evals to make sure all the relative variables get resolved.