[PATCH synaptics 10/10] Format Makefile.am, drop @DRIVER_NAME at .c usage

Peter Hutterer peter.hutterer at who-t.net
Tue May 8 22:34:38 PDT 2012


The driver name doesn't change often enough for this to warrant it.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 5333ba5..101bd46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,9 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CFLAGS = $(XORG_CFLAGS)
 
- at DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME at .c synapticsstr.h \
+ at DRIVER_NAME@_drv_la_SOURCES = \
+	synaptics.c \
+	synapticsstr.h \
 	synproto.c \
 	synproto.h \
 	properties.c
-- 
1.7.10.1



More information about the xorg-devel mailing list