fix problems with am__fastdepOBJC not being in AM_CONDITIONAL()
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 May 2009 05:20:44 +0000 (05:20 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 May 2009 05:20:44 +0000 (05:20 +0000)
let's hope I'm right...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@40544 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
debian/control
src/bin/Makefile.am

index 8e284e9..eeb5068 100644 (file)
@@ -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
index 6d10347..f2e18ea 100644 (file)
@@ -2,7 +2,7 @@ Source: expedite
 Section: x11
 Priority: optional
 Maintainer: quaker <quaker66@gmail.com>
-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
 
index 54b3ef2..3e868fe 100644 (file)
@@ -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