Correctly handle the case when select runs out of filehandles.
[libguestfs.git] / examples / Makefile.am
1 # libguestfs examples
2
3 noinst_PROGRAMS = df
4
5 df_SOURCES = df.c
6 df_CFLAGS = -I$(top_builddir)/src
7 df_LDADD = $(top_builddir)/src/libguestfs.la