added an uninstall-hook into makefile.am

This commit is contained in:
2008-10-31 03:59:11 +00:00
parent 4b7d0446a3
commit e5479adb21
2 changed files with 10 additions and 10 deletions

View File

@ -11,3 +11,6 @@ CLEANFILES = *dist
install-data-hook:
@"$(GREP)" -E "#define[ ]+ASE_" "$(srcdir)/config.h" > "$(pkgincludedir)/config.h"
@"$(RM)" -f "$(pkgincludedir)/config.h.in"
uninstall-hook:
@"$(RM)" -f "$(pkgincludedir)/config.h"