summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-12 11:24:25 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-12 11:24:25 +0200
commit56c5f9340057766c66a7814ab71c111eb0d83cdb (patch)
tree741b32f74fb68a0073ebb0b28bff4a27ced21fec /configure.ac
parentf4d6dba742eda3b32d9140d606b2a5d54bc34d38 (diff)
downloadpa-sink-ctl-56c5f9340057766c66a7814ab71c111eb0d83cdb.tar.gz
pa-sink-ctl-56c5f9340057766c66a7814ab71c111eb0d83cdb.tar.bz2
pa-sink-ctl-56c5f9340057766c66a7814ab71c111eb0d83cdb.zip
move sources to src/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e6a7615..34d004b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@
AC_INIT([pa-sink-ctl], [0.1], [web2p10@wemelug.de])
AM_INIT_AUTOMAKE
-AC_CONFIG_SRCDIR([pa-sink-ctl.c])
+AC_CONFIG_SRCDIR([src/pa-sink-ctl.c])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile])
# Checks for programs.
AC_PROG_CC