diff options
Diffstat (limited to 'api/examples/Makefile.am')
| -rw-r--r-- | api/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am index cfb0d3dff84..7112c81d6a7 100644 --- a/api/examples/Makefile.am +++ b/api/examples/Makefile.am @@ -1,6 +1,6 @@ +# The bits needed for glfsxmp EXTRA_PROGRAMS = glfsxmp glfsxmp_SOURCES = glfsxmp.c glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall -glfsxmp_LDADD = $(GLFS_LIBS) +glfsxmp_LDADD = $(GLFS_LIBS) -lrt -EXTRA_DIST = gfapi.py |
