Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorello <torello@torello-laptop.(none)>2010-01-11 22:35:24 (GMT)
committer torello <torello@torello-laptop.(none)>2010-01-11 22:35:24 (GMT)
commitceb08671b3564ca8063422b7f53a1c43d470463d (patch)
treedbb8c993b41de09a4dabb5cb33549600c431ccc4
parent797f225ad7572865f47c6f1f8835b440aabb4a8a (diff)
Modified the Makefile.am and configure.ac files to follow the new coding standard.
-rw-r--r--fsgateway/Makefile.am2
-rw-r--r--fsgateway/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/fsgateway/Makefile.am b/fsgateway/Makefile.am
index 6ab3a2b..54229ee 100644
--- a/fsgateway/Makefile.am
+++ b/fsgateway/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = fsgateway
+SUBDIRS = src
MAINTAINERCLEANFILES = \
INSTALL \
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
])