diff --git a/configure.ac b/configure.ac index 8e284e9..eeb5068 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,7 @@ m4_ifdef([AC_PROG_OBJC], AC_CHECK_TOOL([OBJC], [gcc]) AC_SUBST([OBJC]) AC_SUBST([OBJCFLAGS]) + AM_CONDITIONAL([am__fastdepOBJC], false) ] ) AC_PROG_CXX diff --git a/debian/control b/debian/control index 6d10347..f2e18ea 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: expedite Section: x11 Priority: optional Maintainer: quaker -Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool +Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool, libxext-dev Standards-Version: 3.8.1 Homepage: http://www.enlightenment.org diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 54b3ef2..3e868fe 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -144,11 +144,6 @@ endif if BUILD_QUARTZ expedite_SOURCES += \ engine_quartz.m engine_quartz.h - -### add to SOURCES one we know how to fix: -# /usr/share/automake-1.9/am/depend2.am: am__fastdepOBJC does not appear in -# AM_CONDITIONAL -# engine_quartz.m endif if BUILD_SOFTWARE_16_X11