~ubuntu-branches/debian/wheezy/spice/wheezy

« back to all changes in this revision

Viewing changes to server/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2012-02-01 01:08:34 UTC
  • mfrom: (0.8.1) (0.4.3) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120201010834-s5r5f3z8kr9hvl0q
Tags: 0.10.1-2
added dependency on libxinerama-dev to
libspice-server-dev, temporarily, till
either upstream or we will have better
solution.  libspice-server does not use
xinerama in any way, yet it is listed in
the requiriments in the pkg-config file,
which is generated at configure time.
(Closes: #658173)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -I$(top_srcdir)                         \
7
7
        -I$(top_srcdir)/common                  \
8
8
        -DRED_STATISTICS                        \
9
 
        $(Z_LIBS)                               \
10
9
        $(CELT051_CFLAGS)                       \
11
10
        $(PIXMAN_CFLAGS)                        \
12
11
        $(PROTOCOL_CFLAGS)                      \
48
47
        $(SASL_LIBS)                                    \
49
48
        $(SLIRP_LIBS)                                   \
50
49
        $(SSL_LIBS)                                     \
 
50
        $(Z_LIBS)                                       \
51
51
        $(NULL)
52
52
 
53
53
libspice_server_la_SOURCES =                    \