summaryrefslogtreecommitdiffstats
path: root/tevent
diff options
context:
space:
mode:
Diffstat (limited to 'tevent')
-rw-r--r--tevent/Makefile.in4
-rw-r--r--tevent/tevent.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/tevent/Makefile.in b/tevent/Makefile.in
index 811cc16f6..90dcba7f8 100644
--- a/tevent/Makefile.in
+++ b/tevent/Makefile.in
@@ -73,8 +73,8 @@ clean::
rm -f *.o *.a */*.o
distclean:: clean
- rm -f config.log config.status include/config.h config.cache
+ rm -f config.log config.h config.status include/config.h config.cache
rm -f Makefile
realdistclean:: distclean
- rm -f configure include/config.h.in
+ rm -f configure include/config.h.in config.h.in
diff --git a/tevent/tevent.mk b/tevent/tevent.mk
index b3a6608b9..e89685455 100644
--- a/tevent/tevent.mk
+++ b/tevent/tevent.mk
@@ -28,7 +28,7 @@ installlibs:: installdirs
install:: all installdirs installheaders installlibs $(PYTHON_INSTALL_TARGET)
clean::
- rm -f $(TEVENT_SONAME) $(TEVENT_SOLIB) libtevent.a libtevent.$(SHLIBEXT)
+ rm -f $(TEVENT_SONAME) $(TEVENT_SOLIB) libtevent.a libtevent.$(SHLIBEXT) tevent.$(SHLIBEXT)
rm -f tevent.pc
rm -f _libtevent.$(SHLIBEXT)