swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 7bb6813db2057c9101170533e4c771c9a81a3852
parent ba0d051b9c19f0c8a382f7854add1b6cb9ce6ede
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Jul 2013 19:54:18 -0700

Style

Diffstat:
MMakefile.am | 44++++++++++++++++++++++----------------------
Mconfigure.ac | 1-
2 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -6,30 +6,30 @@ AM_CFLAGS = $(pixman_CFLAGS) $(drm_CFLAGS) lib_LTLIBRARIES = libswc.la libswc_la_SOURCES = \ - compositor.c compositor.h \ - util.c util.h \ - output.c output.h \ - buffer.c buffer.h \ - surface.c surface.h \ - region.c region.h \ - renderer.c renderer.h \ - input_focus.c input_focus.h \ - keyboard.c keyboard.h \ - pointer.c pointer.h \ - seat.c seat.h \ - data_device_manager.c data_device_manager.h \ - data_device.c data_device.h \ - data.c data.h \ - mode.c mode.h \ - tty.c tty.h \ - evdev_device.c evdev_device.h \ - xkb.c xkb.h \ - drm.c drm.h \ - egl.c egl.h + compositor.c compositor.h \ + util.c util.h \ + output.c output.h \ + buffer.c buffer.h \ + surface.c surface.h \ + region.c region.h \ + renderer.c renderer.h \ + input_focus.c input_focus.h \ + keyboard.c keyboard.h \ + pointer.c pointer.h \ + seat.c seat.h \ + data_device_manager.c data_device_manager.h \ + data_device.c data_device.h \ + data.c data.h \ + mode.c mode.h \ + tty.c tty.h \ + evdev_device.c evdev_device.h \ + xkb.c xkb.h \ + drm.c drm.h \ + egl.c egl.h libswc_la_LIBADD = $(wayland_server_LIBS) $(udev_LIBS) $(xkbcommon_LIBS) \ - $(drm_LIBS) $(drm_intel_LIBS) $(gbm_LIBS) $(egl_LIBS) $(pixman_LIBS) \ - intel/libintel.la launch/liblaunch-protocol.la + $(drm_LIBS) $(drm_intel_LIBS) $(gbm_LIBS) $(egl_LIBS) \ + $(pixman_LIBS) intel/libintel.la launch/liblaunch-protocol.la SUBDIRS = launch intel diff --git a/configure.ac b/configure.ac @@ -32,7 +32,6 @@ PKG_CHECK_MODULES([pixman], [pixman-1]) PKG_CHECK_MODULES([wayland_client], [wayland-client]) dnl }}} -#AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile intel/Makefile launch/Makefile]) AC_OUTPUT