diff options
| author | Amar Tumballi <amarts@redhat.com> | 2019-04-24 22:29:55 +0530 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2019-04-29 12:09:19 +0000 | 
| commit | 5ba81308d58b26f8baff17b44c235d68f88d5f19 (patch) | |
| tree | aeeed262688479491f9f2dc81753f5bf1e3e79dc /libglusterfs/src/Makefile.am | |
| parent | d23e918d954e985b13295ba00353e4f47759e59e (diff) | |
libglusterfs: remove compound-fop helper functions
updates: bz#1693692
Change-Id: If69702990af273be1f38855ba56b3b89fabff167
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'libglusterfs/src/Makefile.am')
| -rw-r--r-- | libglusterfs/src/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index f030a70b0f0..79ab7ee93f2 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -37,7 +37,7 @@ libglusterfs_la_SOURCES = dict.c xlator.c logging.c \  	$(CONTRIBDIR)/timer-wheel/timer-wheel.c \  	$(CONTRIBDIR)/timer-wheel/find_last_bit.c default-args.c locking.c \  	$(CONTRIBDIR)/xxhash/xxhash.c \ -	compound-fop-utils.c throttle-tbf.c monitoring.c async.c +	throttle-tbf.c monitoring.c async.c  nodist_libglusterfs_la_SOURCES = y.tab.c graph.lex.c defaults.c  nodist_libglusterfs_la_HEADERS = y.tab.h protocol-common.h @@ -68,8 +68,8 @@ libglusterfs_la_HEADERS = glusterfs/common-utils.h glusterfs/defaults.h \  	glusterfs/libglusterfs-messages.h glusterfs/lvm-defaults.h \  	glusterfs/quota-common-utils.h glusterfs/rot-buffs.h \  	glusterfs/compat-uuid.h glusterfs/upcall-utils.h glusterfs/throttle-tbf.h \ -	glusterfs/events.h glusterfs/compound-fop-utils.h glusterfs/atomic.h \ -	glusterfs/monitoring.h glusterfs/async.h +	glusterfs/events.h glusterfs/atomic.h glusterfs/monitoring.h \ +	glusterfs/async.h  libglusterfs_ladir = $(includedir)/glusterfs  | 
