summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-09 19:47:22 +0100
committerRichard Jones <rjones@redhat.com>2009-04-09 19:47:22 +0100
commitd19ceb226c242844467b2935c1e19b989b4315e8 (patch)
tree16b453bcb1d9579389d1c658a9e89bf340426096 /examples/Makefile.am
parent2834059b2ac047bc099ed7617c4f6174d441d7e1 (diff)
downloadlibguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.tar.gz
libguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.tar.xz
libguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.zip
Remove *~ files when doing 'make clean'.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9bac5f36..cafb7f99 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,3 +9,5 @@ df_LDADD = $(top_builddir)/src/libguestfs.la
hello_SOURCES = hello.c
hello_CFLAGS = -I$(top_builddir)/src -Wall
hello_LDADD = $(top_builddir)/src/libguestfs.la
+
+CLEANFILES = *~