We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a787c73 commit c268e24Copy full SHA for c268e24
examples/Makefile.am
@@ -96,3 +96,10 @@ noinst_PROGRAMS += fam
96
fam_SOURCES = examples/find_and_modify_with_opts/fam.c
97
fam_CFLAGS = $(EXAMPLE_CFLAGS)
98
fam_LDADD = $(EXAMPLE_LDADD)
99
+
100
+EXTRA_DIST += \
101
+ examples/find_and_modify_with_opts/bypass.c \
102
+ examples/find_and_modify_with_opts/fields.c \
103
+ examples/find_and_modify_with_opts/flags.c \
104
+ examples/find_and_modify_with_opts/sort.c \
105
+ examples/find_and_modify_with_opts/update.c
0 commit comments