summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
committerneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
commitcbc867ee44137b24e2549271499a9d211cd6b000 (patch)
tree9ccfa703082acd0bbe4df3e4b0a57b89e810a968 /configure.ac
parent356efaf89afdad141b313767e1a2b89de3c08d0a (diff)
downloadzoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.tar
zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.zip
zoomedit: Moved source to extra dir.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a30cd6c..7b1da5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
AC_PREREQ(2.59)
AC_INIT(zoomedit, 0.1, matthias@gamezock.de)
-AC_CONFIG_SRCDIR([zoomedit.cpp])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_SRCDIR([src/zoomedit.cpp])
+AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE(zoomedit, 0.1)
AM_MAINTAINER_MODE
@@ -34,5 +34,5 @@ AM_PATH_GTKGLEXT_1_0(1.0.0,,AC_MSG_ERROR(Test for GtkGLExt failed.))
#AC_CHECK_FUNCS([sqrtf], , AC_MSG_ERROR([required function sqrtf not found]))
-AC_CONFIG_FILES([Makefile Gui/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile src/Gui/Makefile])
AC_OUTPUT