diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-25 18:12:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-25 18:12:03 +0000 |
commit | bebb2c7aa6aa41228ee6269f5c30dcf722f45396 (patch) | |
tree | 1cb4c0e16d205108f5428cff91d8bc99ef3f43fd /driver/xf86-input-ws/src/Makefile.in | |
parent | 87b05ddc99e0b8b8d0e989d7ac18a559f0f7258e (diff) |
regen
Diffstat (limited to 'driver/xf86-input-ws/src/Makefile.in')
-rw-r--r-- | driver/xf86-input-ws/src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/xf86-input-ws/src/Makefile.in b/driver/xf86-input-ws/src/Makefile.in index 63b937d6d..ac2a035da 100644 --- a/driver/xf86-input-ws/src/Makefile.in +++ b/driver/xf86-input-ws/src/Makefile.in @@ -223,6 +223,7 @@ AM_CFLAGS = $(XORG_CFLAGS) @DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la @DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version @DRIVER_NAME@_drv_ladir = @inputdir@ +INCLUDES = -I$(top_srcdir)/include/ @DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c all: all-am |