diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-07-13 14:04:20 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-07-13 14:04:20 +0200 |
commit | 96fc0375d6a9ae45a9990edd7b9df323f9d9b992 (patch) | |
tree | 7e73ce3221b052b2c615122c3228e87c79a5f472 /Makefile.am | |
parent | 8a78da68a614dbed9894d651a4893b2c748e73fa (diff) |
build: Clean _stdint.h on "make distclean"
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 fee3185..fd97589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ SUBDIRS = common omx ACLOCAL_AMFLAGS = -I m4 + +DISTCLEANFILES = _stdint.h + |