summaryrefslogtreecommitdiff
path: root/recordmydesktop/configure.ac
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-16 05:47:37 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-16 05:47:37 +0000
commit4818746d099fb2f3c54bb95b2759122dbce2d047 (patch)
treed532b76e0402123edcec31e8b2cad6a6d61c2a21 /recordmydesktop/configure.ac
parente5cdc6d4fbec00a52d06414ca243664bb8b40942 (diff)
src/recordmydesktop.c: Renamed to
src/rmd.c this, it feels cleaner this way. configure.ac src/Makefile.am: Changed accordingly. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@547 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/configure.ac')
-rw-r--r--recordmydesktop/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index 903f4a7..4965552 100644
--- a/recordmydesktop/configure.ac
+++ b/recordmydesktop/configure.ac
@@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(src/recordmydesktop.c)
+AC_INIT(src/rmd.c)
AM_INIT_AUTOMAKE(recordmydesktop,0.3.7.3,)
-AC_CONFIG_SRCDIR([src/recordmydesktop.c])
+AC_CONFIG_SRCDIR([src/rmd.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved