Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fsgateway/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'fsgateway/configure.ac')
-rw-r--r--fsgateway/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsgateway/configure.ac b/fsgateway/configure.ac
index be2b9c2..00cc0e5 100644
--- a/fsgateway/configure.ac
+++ b/fsgateway/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fsgateway/FsGateway.cs)
+AC_INIT(src/FsGateway.cs)
AC_PREREQ([2.13])
@@ -41,7 +41,7 @@ INSTALLED_ASSEMBLIES="`$PKG_CONFIG --variable=Libraries $UNSTABLE_INSTALL_ASSEMB
AC_SUBST(INSTALLED_ASSEMBLIES)
AC_CONFIG_FILES([
-fsgateway/Makefile
+src/Makefile
Makefile
])