X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=1206cee593ea76be1c62a3488090e955892038b7;hb=45f6d5271226813ac15ecd69118fe6a947996fb6;hp=dc1404ca3686468a15f93515c0368df9cd3dbfcb;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index dc1404ca..1206cee5 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,6 @@ PKG_CHECK_MODULES(GMODULE, gmodule-2.0) AC_SUBST(GMODULE_CFLAGS) AC_SUBST(GMODULE_LIBS) -PYTHON_DEVEL - AC_PROG_LN_S AC_PROG_LIBTOOL LIBTOOL="$LIBTOOL --silent" @@ -43,8 +41,8 @@ ALL_LINGUAS="" AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT([external]) -AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdlib.h unistd.h) -AC_CHECK_HEADERS(sys/select.h sys/time.h sys/wait.h) +AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdlib.h) +AC_CHECK_HEADERS(unistd.h sys/select.h sys/time.h sys/wait.h) # AC_HEADER_TIME # AC_TYPE_SIGNAL @@ -63,7 +61,9 @@ AC_CONFIG_FILES([Makefile po/Makefile.in render/Makefile engines/Makefile engines/openbox/Makefile - python/Makefile + plugins/Makefile + plugins/keyboard/Makefile + plugins/mouse/Makefile doc/Makefile doc/doxygen/Makefile data/Makefile