diff options
author | Amar Tumballi <amarts@redhat.com> | 2012-08-02 01:42:38 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-08-01 14:34:24 -0700 |
commit | 7004dd1d50dc24910832c549af3808c83c63c671 (patch) | |
tree | ea8f0b50b7d2dbfb240a272eabb693270d1de65b /libglusterfs/src/Makefile.am | |
parent | a5341ef545b1568cbe33db80f62950e428ede98a (diff) |
core: remove libglusterfs/src/scheduler.[ch]
* as its not part of the build
* confuses with some TAGS and 'git greps'
Change-Id: I1f97307a8ce486ba56a4a3ad0151276b0a72e096
Signed-off-by: Amar Tumballi <amarts@redhat.com>
BUG: 764890
Reviewed-on: http://review.gluster.com/3769
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src/Makefile.am')
-rw-r--r-- | libglusterfs/src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index 85e06114532..093f47f37ef 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -3,8 +3,7 @@ libglusterfs_la_CFLAGS = -fPIC -Wall -g -shared -nostartfiles $(GF_CFLAGS) \ libglusterfs_la_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 \ -D_GNU_SOURCE -DXLATORDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator\" \ - -D$(GF_HOST_OS) -I$(CONTRIBDIR)/rbtree \ - -DSCHEDULERDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler\" + -D$(GF_HOST_OS) -I$(CONTRIBDIR)/rbtree libglusterfs_la_LIBADD = @LEXLIB@ |