summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-11 18:33:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-11 18:33:36 -0600
commit4a7ce6c116b699fb935310af59743972bb628aab (patch)
treea37c26e363a33bcd4626b4757d3c0603d3d81b6c /configure.ac
parent98eb5b995addf1bd754412065a090adb809309ab (diff)
downloadgtk3-tqt-engine-4a7ce6c116b699fb935310af59743972bb628aab.tar.gz
gtk3-tqt-engine-4a7ce6c116b699fb935310af59743972bb628aab.zip
Split user css information and main engine css control files
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 d8addef..2bee047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.63)
# Package
-AC_INIT([tdegtk],[1.0.1],[https://bugs.launchpad.net/tdegtk],[tdegtk])
+AC_INIT([tdegtk],[1.0.1],[https://bugs.trinitydesktop.org],[tdegtk])
AC_CONFIG_SRCDIR([tdegtk/tdegtk.h])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_AUX_DIR([build])
@@ -115,6 +115,7 @@ build/Makefile
po/Makefile
tdegtk/Makefile
tests/Makefile
+rc/Makefile
])
AC_OUTPUT