diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-23 16:45:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-23 16:45:21 -0700 |
commit | 0a9044e26d1f8a2517c8e000b6f3afb169999ff3 (patch) | |
tree | 2d8b7a3b76009e853cf002b219787a688d7fba71 | |
parent | c2a336b187e1f78c3bfa8fad0f2cade6cf06071d (diff) |
lint target needs to use AM_CFLAGS too
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eca8a54..cd0ab1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(setxkbmap_CFLAGS) + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) lint: $(LINT) $(ALL_LINT_FLAGS) $(setxkbmap_SOURCES) |