~ps-jenkins/frame/latestsnapshot-2.5.0daily13.06.05-0ubuntu1

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Daniel d'Andrada
  • Date: 2012-11-27 12:48:29 UTC
  • mfrom: (102.1.5 lp1080819)
  • Revision ID: daniel.dandrada@canonical.com-20121127124829-3fav4qcvcdqgffoj
Building the X11 backend is now optional

Frame must still be available and useful in platforms that doesn't have X11.
In such cases frame_backend.h is used.

configure script output has also been embellished

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = doc src tools test
 
1
SUBDIRS = doc src test
 
2
 
 
3
# tools are all X11 based
 
4
if HAVE_XINPUT
 
5
SUBDIRS += tools 
 
6
endif
2
7
 
3
8
ACLOCAL_AMFLAGS = -I m4 --install
4
9
 
9
14
pkgconfigdir = $(libdir)/pkgconfig
10
15
pkgconfig_DATA = frame.pc
11
16
 
 
17
if HAVE_XINPUT
 
18
pkgconfig_DATA +=  frame-x11.pc
 
19
endif
 
20
 
12
21
if HAVE_GCOV
13
22
  .PHONY: clean-gcda
14
23
  clean-gcda: