Remove GSConfig.h and mframe.h when uninstalling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12168 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-21 17:54:48 +00:00
parent 22cb892946
commit 6d77078d67

View file

@ -88,6 +88,8 @@ after-uninstall::
for file in $(UNICODE_HEADERS); do \
rm $(GNUSTEP_HEADERS)/gnustep/$$file ; \
done
rm $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/GSConfig.h
rm $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/mframe.h
# Things to do before cleaning
# before-clean::