diff options
Diffstat (limited to 'api/examples/Makefile.am')
-rw-r--r-- | api/examples/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am new file mode 100644 index 00000000000..6048bb1c8b7 --- /dev/null +++ b/api/examples/Makefile.am @@ -0,0 +1,4 @@ +noinst_PROGRAMS = glfsxmp +glfsxmp_SOURCES = glfsxmp.c +glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall +glfsxmp_LDADD = $(GLFS_LIBS)
\ No newline at end of file |