diff options
Diffstat (limited to 'api/examples/Makefile.am')
| -rw-r--r-- | api/examples/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am new file mode 100644 index 00000000000..7112c81d6a7 --- /dev/null +++ b/api/examples/Makefile.am @@ -0,0 +1,6 @@ +# The bits needed for glfsxmp +EXTRA_PROGRAMS = glfsxmp +glfsxmp_SOURCES = glfsxmp.c +glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall +glfsxmp_LDADD = $(GLFS_LIBS) -lrt + |
