diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cf5c52e..423e38c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = oclock -AM_CFLAGS = $(OCLOCK_CFLAGS) +AM_CFLAGS = $(OCLOCK_CFLAGS) $(CWARNFLAGS) oclock_LDADD = $(OCLOCK_LIBS) -lm oclock_SOURCES = \ diff --git a/configure.ac b/configure.ac index 49bd2d9..992cd7a 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ AC_PROG_INSTALL # Checks for pkg-config packages PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) -OCLOCK_CFLAGS="$CWARNFLAGS $OCLOCK_CFLAGS" AC_SUBST(OCLOCK_CFLAGS) AC_SUBST(OCLOCK_LIBS) |