diff options
| -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/conftestBinary files differ deleted 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; | 
