From ceb08671b3564ca8063422b7f53a1c43d470463d Mon Sep 17 00:00:00 2001 From: torello Date: Mon, 11 Jan 2010 22:35:24 +0000 Subject: Modified the Makefile.am and configure.ac files to follow the new coding standard. --- 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 ]) -- cgit v0.9.1