From b01764e9f4f2784c1e280ae5e29f95e80fbad133 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 7 Jun 2008 18:26:21 +0000 Subject: removed old, broken, datarootdir hack git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664372 13f79535-47bb-0310-9956-ffa450edef68 --- src/Makefile.am | 2 -- src/couchdb/Makefile.am | 2 -- src/mochiweb/Makefile.am | 2 -- 3 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index f1bc29d1..f656a6d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,4 @@ ## License for the specific language governing permissions and limitations ## under the License. -datarootdir = @prefix@/share - SUBDIRS = couchdb mochiweb diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 92cdc0b2..283eb4bb 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -10,8 +10,6 @@ ## License for the specific language governing permissions and limitations ## under the License. -datarootdir = @prefix@/share - ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS) couchprivlibdir = $(erlanglibdir)/couch-$(version)/priv/lib diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index 7dde7497..ea1d8f07 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -10,8 +10,6 @@ ## License for the specific language governing permissions and limitations under ## the License. -datarootdir = @prefix@/share - mochiwebebindir = $(erlanglibdir)/mochiweb-r76/ebin mochiweb_file_collection = \ -- cgit v1.2.3