summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-15 13:13:19 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-15 13:20:17 +0100
commit7703fe0007f15801faee07048e21b3d7f4b6716a (patch)
tree6f6b3421acb38e343623d3def0685f8478d7b878 /configure.ac
parente723c1697c0ec3c0eecbf3797d6c16c69b3cf4ef (diff)
downloadpa-sink-ctl-7703fe0007f15801faee07048e21b3d7f4b6716a.tar.gz
pa-sink-ctl-7703fe0007f15801faee07048e21b3d7f4b6716a.tar.bz2
pa-sink-ctl-7703fe0007f15801faee07048e21b3d7f4b6716a.zip
Rename config.ini to just config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ef1992..0e1d627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/pa-sink-ctl.c])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile data/Makefile])
# Checks for programs.
AC_PROG_CC