diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2018-05-23 23:37:48 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2018-05-25 22:17:31 -0700 |
commit | 04a5a0582e43bff42235ccc0ab7519f74442f574 (patch) | |
tree | 5a2649375196e648c9b6f0e5f7fd39d3d4df0207 /Makefile.am | |
parent | 349616a35d10eb0821b4784198cc196cf86b8a94 (diff) | |
download | xrdp-proprietary-04a5a0582e43bff42235ccc0ab7519f74442f574.tar.gz xrdp-proprietary-04a5a0582e43bff42235ccc0ab7519f74442f574.zip |
distclean remove configure_params.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 65267516..3f1432bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,3 +65,6 @@ SUBDIRS = \ xrdpapi \ pkgconfig \ $(XRDPVRDIR) + +clean-local: + -rm -f configure_params.h |