diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 17:34:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 17:34:10 +0000 |
commit | df3f2373264f2c4021cfddd68fd97accb4f00e70 (patch) | |
tree | 9ee5404812bd18ab6a6018533d38c8a472b27c3b /driver/xf86-video-nv/src/Makefile.am | |
parent | 3c0cddefa69e12a9d7944d72dcdf98a3bce56597 (diff) |
Update to xf86-video-nv 2.1.22
Diffstat (limited to 'driver/xf86-video-nv/src/Makefile.am')
-rw-r--r-- | driver/xf86-video-nv/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/xf86-video-nv/src/Makefile.am b/driver/xf86-video-nv/src/Makefile.am index 0143af759..456481cf1 100644 --- a/driver/xf86-video-nv/src/Makefile.am +++ b/driver/xf86-video-nv/src/Makefile.am @@ -32,6 +32,7 @@ nv_drv_la_SOURCES = $(nv_sources) $(riva_sources) $(g80_sources) nv_sources = \ compat-api.h \ + pci_ids.h \ nv_const.h \ nv_cursor.c \ nv_dac.c \ |