~3v1n0/frame/gcc5-rebuild

« back to all changes in this revision

Viewing changes to src/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:
31
31
libframeinclude_HEADERS = \
32
32
        $(top_srcdir)/include/oif/frame.h \
33
33
        $(top_srcdir)/include/oif/frame_backend.h \
34
 
        $(top_srcdir)/include/oif/frame_internal.h \
 
34
        $(top_srcdir)/include/oif/frame_internal.h
 
35
 
 
36
if HAVE_XINPUT
 
37
libframeinclude_HEADERS += \
35
38
        $(top_srcdir)/include/oif/frame_x11.h
 
39
endif
36
40
 
37
41
libframe_la_SOURCES = \
38
42
        axis.h \
52
56
        value.h \
53
57
        value.cpp \
54
58
        window.h \
55
 
        window.cpp \
 
59
        window.cpp
 
60
 
 
61
if HAVE_XINPUT
 
62
libframe_la_SOURCES += \
56
63
        x11/device_x11.h \
57
64
        x11/device_x11.cpp \
58
65
        x11/frame_x11.cpp \
60
67
        x11/handle_x11.cpp \
61
68
        x11/window_x11.h \
62
69
        x11/window_x11.cpp
 
70
endif
63
71
 
64
72
EXTRA_DIST = $(version_script)