summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@entropywave.com>2011-12-04 10:34:22 -0800
committerDavid Schleef <ds@entropywave.com>2011-12-04 11:15:05 -0800
commit5cd90fbc25dcec2004af6941224b9bb7bfb95e60 (patch)
treeb7ad1d5d8f6db15a7937c6c66b6cdf79093e7d2f /configure.ac
parenta56a9deb9940b150990a5a6e35634dd96653b6d2 (diff)
Move actual server to separate directory
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 4049d45..4e8fb80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ LT_PATH_NM
dnl allow for different autotools
AS_AUTOTOOLS_ALTERNATE
-AC_CONFIG_SRCDIR([ew-stream-server/ew-stream-server.c])
+AC_CONFIG_SRCDIR([ew-stream-server/ew-server.c])
AC_CONFIG_MACRO_DIR([m4])
ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"