]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
remove the ob_root var, its redundant of what Xlib already provides
[chaz/openbox] / configure.ac
index e33f375d19a3a89bef85c2e0c181f8f86f9f8e11..d462ddc0f67d6df356921482bcfc456f06a901b4 100644 (file)
@@ -12,6 +12,7 @@ test "$SED" || AC_MSG_ERROR([sed not found])
 # Determine build target
 OB_DEBUG
 # Pick compiler specific/build target flags, and set $CVS
+AM_PROG_CC_C_O
 OB_COMPILER_FLAGS
 AC_C_CONST
 AC_C_INLINE
@@ -51,7 +52,7 @@ AC_SUBST(XML_LIBS)
 
 PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0],
   [
-    AC_DEFINE(USE_LIBSN)
+    AC_DEFINE(USE_LIBSN, [1], [Use startup-notification])
     AC_SUBST(LIBSN_CFLAGS)
     AC_SUBST(LIBSN_LIBS)
   ],
@@ -99,25 +100,11 @@ X11_EXT_VIDMODE
 X11_EXT_SHAPE
 X11_EXT_XINERAMA
 
-AC_CONFIG_FILES([Makefile
-                 m4/Makefile
-                 po/Makefile.in
-                 themes/Makefile
-                 themes/ebox_data/Makefile
-                 themes/fieron_data/Makefile
-                 themes/fieron2_data/Makefile
-                data/Makefile
-                 render/Makefile
-                parser/Makefile
-                 kernel/Makefile
-                plugins/Makefile
-                plugins/resistance/Makefile
-                plugins/placement/Makefile
-                plugins/mouse/Makefile
-                plugins/keyboard/Makefile
-                plugins/menu/Makefile
-                tools/Makefile
-                tools/obconf/Makefile])
+AC_CONFIG_FILES([
+  Makefile
+  m4/Makefile
+  po/Makefile.in
+])
 AC_OUTPUT
 
 AC_MSG_RESULT
This page took 0.023186 seconds and 4 git commands to generate.