debrix-driver-apm/apm Makefile.am,NONE,1.1
Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ajax Update of /cvs/xserver/debrix-driver-apm/apm In directory pdx:/home/ajax/tmp/debrix-driver-apm/apm Added Files: Makefile.am Log Message: Oops, missed one. --- NEW FILE: Makefile.am --- driver_LTLIBRARIES = libapm.la man_MANS = apm.man if APM_RUSH APM_RUSH_SOURCES = apm_rush.c endif libapm_la_SOURCES = \ apm.h \ apm_regs.h \ apm_accel.c \ apm_cursor.c \ apm_dga.c \ apm_driver.c \ apm_i2c.c \ $(APM_RUSH_SOURCES)