mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
Warnings are generated when running autogen. Add AUTOMAKE_OPTIONS = subdir-objects to the top of Makefile.am files following https://darmawan-salihun.blogspot.com/2015/09/makefileam-option-subdir-objects-is.html
9 lines
191 B
Makefile
9 lines
191 B
Makefile
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
# The bits needed for glfsxmp
|
|
EXTRA_PROGRAMS = glfsxmp
|
|
glfsxmp_SOURCES = glfsxmp.c
|
|
glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall
|
|
glfsxmp_LDADD = $(GLFS_LIBS) -lrt
|
|
|