diff options
author | Noah Slater <nslater@apache.org> | 2008-06-07 18:26:21 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-07 18:26:21 +0000 |
commit | b01764e9f4f2784c1e280ae5e29f95e80fbad133 (patch) | |
tree | 1417f72fb4d40219ad72f219ede3398f2b418d36 /src/couchdb | |
parent | 4606b26091963d26e15095199170e1e74abf7e62 (diff) |
removed old, broken, datarootdir hack
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664372 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 |