summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
-rw-r--r--configure.in1
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a4b3d3..9628426 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,8 @@ SUBDIRS = src
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
+autom4te.cache \
+compile \
config.guess \
config.h.in \
config.sub \
@@ -24,16 +26,16 @@ EXTRA_DIST = \
AUTHORS \
COPYING \
COPYING-PLAIN \
+autogen.sh \
eet.c.in \
-README.in \
-README \
eet.pc.in \
eet.spec.in \
eet.spec \
+README.in \
+README \
Doxyfile \
doc \
gendoc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eet.pc
-
diff --git a/configure.in b/configure.in
index d806a8d..051eead 100644
--- a/configure.in
+++ b/configure.in
@@ -15,6 +15,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
+AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl