diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-22 19:39:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-22 19:39:03 +0000 |
commit | fc0e846e466a19780993b4d2a0ff14aaec986411 (patch) | |
tree | 45038cad795e481bb506725fd24909324ad991a7 /src/Makefile.am | |
parent | b857a3af63203448c6bdb666efdffad6c7974487 (diff) |
Update to idioms used in modern X.Org input drivers.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8da7a06..50ece5d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # +AM_CFLAGS = $(XORG_CFLAGS) @DRIVER_NAME@_drv_la_LTLIBRARIES= @DRIVER_NAME@_drv.la @DRIVER_NAME@_drv_la_LDFLAGS= -module -avoid-version |