~ubuntu-branches/ubuntu/oneiric/libice/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2007-08-21 09:16:11 UTC
  • mfrom: (0.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070821091611-aydly3h5xzm9i5xt
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        $(top_srcdir)/include/X11/ICE/ICEmsg.h \
39
39
        $(top_srcdir)/include/X11/ICE/ICEproto.h \
40
40
        $(top_srcdir)/include/X11/ICE/ICEutil.h
 
41
 
 
42
if LINT
 
43
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
44
                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
 
45
 
 
46
lint:
 
47
        $(LINT) $(ALL_LINT_FLAGS) $(libICE_la_SOURCES) $(XINERAMA_LIBS)
 
48
endif LINT