diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/group/Makefile.am | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5b09973..34948c9 100644 --- a/configure.ac +++ b/configure.ac @@ -109,8 +109,6 @@ AC_MSG_RESULT($GL_LIBS) AC_SUBST(GL_CFLAGS) AC_SUBST(GL_LIBS) -PKG_CHECK_MODULES(GLIB, glib-2.0) - AC_ARG_ENABLE(text, [ --disable-text Disable text plugin], [use_texte=$enableval], [use_text=yes]) diff --git a/src/Makefile.am b/src/Makefile.am index 21714fd..d60a191 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,4 +89,4 @@ CLEANFILES = *_options.c *_options.h $(BCOP_BIN) --header $@ $< %_options.c: %.options %_options.h - $(BCOP_BIN) --beryl -- source $@ $< + $(BCOP_BIN) -- source $@ $< diff --git a/src/group/Makefile.am b/src/group/Makefile.am index 57a14c4..89794e2 100644 --- a/src/group/Makefile.am +++ b/src/group/Makefile.am @@ -22,4 +22,4 @@ module_LTLIBRARIES=libgroup.la $(BCOP_BIN) --header $@ $< %_options.c: %.options %_options.h -
\ No newline at end of file + $(BCOP_BIN) --source $@ $< |