summaryrefslogtreecommitdiffstats
path: root/api/examples/Makefile.am
blob: 6048bb1c8b7df8877eefe1e73fd219604b6d98cc (plain)
1
2
3
4
noinst_PROGRAMS = glfsxmp
glfsxmp_SOURCES = glfsxmp.c
glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall
glfsxmp_LDADD = $(GLFS_LIBS)