diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-13 15:19:37 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-19 14:07:51 -0400 |
commit | 931c98390274a9e0c62c41c5e9ceed6681e7a9b7 (patch) | |
tree | bd7cb7c7ca24061589b161950c94766302ae2641 /Makefile.am | |
parent | 34b9c0e02bc2d36da2c8c5ee468b2a2d63914610 (diff) |
lint: option -rdynamic is not valid for the lint program
Use xdm_LIBS instead. Tested on Solaris.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2ddf68..193e8a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -180,7 +180,7 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) lint: - $(LINT) $(ALL_LINT_FLAGS) $(xdm_CFLAGS) $(xdm_SOURCES) $(xdm_LDADD) + $(LINT) $(ALL_LINT_FLAGS) $(xdm_CFLAGS) $(xdm_SOURCES) $(xdm_LIBS) $(LINT) $(ALL_LINT_FLAGS) $(xdmshell_CFLAGS) $(xdmshell_SOURCES) $(LINT) $(ALL_LINT_FLAGS) $(chooser_CFLAGS) $(chooser_SOURCES) $(chooser_LDADD) (cd greeter && $(MAKE) $(AM_MAKEFLAGS) lint) |