1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 09:48:44 +01:00
Files
glusterfs/api/examples/Makefile.am
Benson Muite 0dbca87d5f Fix remove subdir-objects is disabled warnings #4591 (#4593)
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
2025-07-02 19:55:16 +05:30

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