summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-04-10 15:59:19 +0000
committerTavian Barnes <tavianator@gmail.com>2009-04-10 15:59:19 +0000
commit842f519e3164081c00601c0e3631e7cbb6d039a2 (patch)
tree6cb3a57c10556d7680fa50e21d807826e1fe47c9 /configure.ac
parentc1212cee3b7955304435c9659b9572109407ce36 (diff)
downloaddimension-842f519e3164081c00601c0e3631e7cbb6d039a2.tar.xz
Clarify licenses; add libdimensionxx library.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b952b41..03014f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com>
dnl
-dnl This file is part of the Dimension Build Suite.
+dnl This file is part of The Dimension Build Suite.
dnl
dnl The Dimension Build Suite is free software; you can redistribute it
dnl and/or modify it under the terms of the GNU General Public License as
@@ -34,5 +34,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile
libdimension/Makefile
libdimension-png/Makefile
+ libdimensionxx/Makefile
tests/Makefile])
AC_OUTPUT