~ubuntu-branches/ubuntu/trusty/libxi/trusty-security

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-01-18 11:44:39 UTC
  • mfrom: (1.1.8) (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20120118114439-bm7qksg514zh51do
Tags: 2:1.5.99.2-0ubuntu3
Bump build depends on x11proto-input-dev to 2.1.99.5.  Our 2.1.99.4 package
is really 2.0.2, so 2.1.99.5 is the first version with MT support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
libXi_la_LIBADD = $(XI_LIBS)
66
66
 
67
 
AM_CFLAGS = -I$(top_srcdir)/include \
68
 
            -I$(top_srcdir)/include/X11 \
69
 
            -I$(top_srcdir)/include/X11/extensions \
70
 
            $(XI_CFLAGS) \
 
67
AM_CPPFLAGS = -I$(top_srcdir)/include \
 
68
              -I$(top_srcdir)/include/X11 \
 
69
              -I$(top_srcdir)/include/X11/extensions
 
70
 
 
71
AM_CFLAGS = $(XI_CFLAGS) \
71
72
            $(MALLOC_ZERO_CFLAGS) \
72
73
            $(CWARNFLAGS)
73
74