summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-03-23 16:27:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-05-10 10:06:34 +1000
commitb6f3ccd40237d2d8df653f0dcba2ca7336c13f2b (patch)
treeabe25b6c9aa3cdb69cad74e1e003b0b850c883ed
parentebd36c7494062e9f9a47fcd20148de886ebdd46a (diff)
Format Makefile.am, drop @DRIVER_NAME@.c usage
The driver name doesn't change often enough for this to warrant it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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)
-@DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c synapticsstr.h \
+@DRIVER_NAME@_drv_la_SOURCES = \
+ synaptics.c \
+ synapticsstr.h \
synproto.c \
synproto.h \
properties.c