diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-12 18:59:15 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-12 18:59:15 +0000 | 
| commit | aced690cd4c623607a5ac1ebc0bb12b8b213fac8 (patch) | |
| tree | 0e75ddee700a893602f2ee5f92eee996bcfc63d6 | |
| parent | 2c4532ba9feb08d1e37ca785bde83330d9cb4b71 (diff) | |
Cleanup.
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | Makefile.in | 3 | ||||
| -rwxr-xr-x | conftest | bin | 6518 -> 0 bytes | |||
| -rw-r--r-- | conftest.c | 1 | 
4 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 64e1a183..c744d8fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,5 @@  #  SUBDIRS = include src + +DISTCLEANFILES = conftest.c conftest diff --git a/Makefile.in b/Makefile.in index e541f40d..854507ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,8 @@ STRIP = @STRIP@  VERSION = @VERSION@  SUBDIRS = include src + +DISTCLEANFILES = conftest.c conftest  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  CONFIG_CLEAN_FILES =  @@ -296,6 +298,7 @@ clean-generic:  distclean-generic:  	-rm -f Makefile $(CONFIG_CLEAN_FILES)  	-rm -f config.cache config.log stamp-h stamp-h[0-9]* +	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)  maintainer-clean-generic:  mostlyclean-am:  mostlyclean-tags mostlyclean-generic diff --git a/conftest b/conftest Binary files differdeleted file mode 100755 index 0a5bb3d5..00000000 --- a/conftest +++ /dev/null diff --git a/conftest.c b/conftest.c deleted file mode 100644 index cb8c7a57..00000000 --- a/conftest.c +++ /dev/null @@ -1 +0,0 @@ -static int dummy;  | 
