commit 7bb6813

Michael Forney  ·  2013-07-03 02:54:18 +0000 UTC
parent ba0d051
Style
2 files changed,  +22, -23
+22, -22
 1@@ -6,30 +6,30 @@ AM_CFLAGS = $(pixman_CFLAGS) $(drm_CFLAGS)
 2 lib_LTLIBRARIES = libswc.la
 3 
 4 libswc_la_SOURCES = \
 5-	compositor.c compositor.h \
 6-	util.c util.h \
 7-	output.c output.h \
 8-	buffer.c buffer.h \
 9-	surface.c surface.h \
10-	region.c region.h \
11-	renderer.c renderer.h \
12-	input_focus.c input_focus.h \
13-	keyboard.c keyboard.h \
14-	pointer.c pointer.h \
15-	seat.c seat.h \
16-	data_device_manager.c data_device_manager.h \
17-	data_device.c data_device.h \
18-	data.c data.h \
19-	mode.c mode.h \
20-	tty.c tty.h \
21-	evdev_device.c evdev_device.h \
22-	xkb.c xkb.h \
23-	drm.c drm.h \
24-	egl.c egl.h
25+    compositor.c compositor.h \
26+    util.c util.h \
27+    output.c output.h \
28+    buffer.c buffer.h \
29+    surface.c surface.h \
30+    region.c region.h \
31+    renderer.c renderer.h \
32+    input_focus.c input_focus.h \
33+    keyboard.c keyboard.h \
34+    pointer.c pointer.h \
35+    seat.c seat.h \
36+    data_device_manager.c data_device_manager.h \
37+    data_device.c data_device.h \
38+    data.c data.h \
39+    mode.c mode.h \
40+    tty.c tty.h \
41+    evdev_device.c evdev_device.h \
42+    xkb.c xkb.h \
43+    drm.c drm.h \
44+    egl.c egl.h
45 
46 libswc_la_LIBADD = $(wayland_server_LIBS) $(udev_LIBS) $(xkbcommon_LIBS) \
47-	$(drm_LIBS) $(drm_intel_LIBS) $(gbm_LIBS) $(egl_LIBS) $(pixman_LIBS) \
48-	intel/libintel.la launch/liblaunch-protocol.la
49+                   $(drm_LIBS) $(drm_intel_LIBS) $(gbm_LIBS) $(egl_LIBS) \
50+                   $(pixman_LIBS) intel/libintel.la launch/liblaunch-protocol.la
51 
52 SUBDIRS = launch intel
53 
+0, -1
1@@ -32,7 +32,6 @@ PKG_CHECK_MODULES([pixman], [pixman-1])
2 PKG_CHECK_MODULES([wayland_client], [wayland-client])
3 dnl }}}
4 
5-#AC_CONFIG_HEADERS([config.h])
6 AC_CONFIG_FILES([Makefile intel/Makefile launch/Makefile])
7 AC_OUTPUT
8