diff options
author | Bala A <balugi@gmail.com> | 2008-07-09 10:44:52 +0000 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2017-05-05 11:17:32 +0530 |
commit | 7201cd11a66da1f4c867de17792a7dffe91d4a6c (patch) | |
tree | ceeccc27f4b3afe534da32e58d7abe3640c50570 /libglusterfs/Makefile.am | |
parent | 577e1341989ae225024a469982af658ab3c16b54 (diff) | |
download | glusterfs-7201cd11a66da1f4c867de17792a7dffe91d4a6c.tar.gz glusterfs-7201cd11a66da1f4c867de17792a7dffe91d4a6c.tar.xz glusterfs-7201cd11a66da1f4c867de17792a7dffe91d4a6c.zip |
fix in gf_volume_name_validate(). make distclean removes all Makefile.in too
Diffstat (limited to 'libglusterfs/Makefile.am')
-rw-r--r-- | libglusterfs/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/Makefile.am b/libglusterfs/Makefile.am index 9ea9432057..f249147a85 100644 --- a/libglusterfs/Makefile.am +++ b/libglusterfs/Makefile.am @@ -16,3 +16,6 @@ SUBDIRS = src + +CLEANFILES = +DISTCLEANFILES = .deps/*.P Makefile.in |