diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-31 16:51:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-31 16:51:58 +0000 |
commit | b080784caad166948d6b85706fb256247ee1ce98 (patch) | |
tree | 30e549ae571ec19537ee0f4c319888270811707e /driver/xf86-input-void | |
parent | 5135c02244995733a3d0b3d883b0384fa9f1f286 (diff) |
Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes
build with CFLAGS=-g.
Diffstat (limited to 'driver/xf86-input-void')
-rw-r--r-- | driver/xf86-input-void/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-input-void/src/Makefile.am b/driver/xf86-input-void/src/Makefile.am index 2221bbcc7..3faab14e5 100644 --- a/driver/xf86-input-void/src/Makefile.am +++ b/driver/xf86-input-void/src/Makefile.am @@ -18,6 +18,8 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +AM_CFLAGS = $(CWARNFLAGS) +AM_CPPFLAGS = $(XORG_CFLAGS) # this is obnoxious: # -module lets us name the module exactly how we want |