diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-23 09:25:05 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-23 09:25:05 -0500 |
commit | 3a6d27b83dbc69e42f289d7249bfa92328b69676 (patch) | |
tree | 8b5886e192f6e5b290c064c00c650c7a36438762 /Makefile.am | |
parent | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 (diff) | |
download | xf86-input-evdev-3a6d27b83dbc69e42f289d7249bfa92328b69676.tar.gz xf86-input-evdev-3a6d27b83dbc69e42f289d7249bfa92328b69676.tar.bz2 xf86-input-evdev-3a6d27b83dbc69e42f289d7249bfa92328b69676.zip |
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3358dc2..47d5e78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' SUBDIRS = src man include +MAINTAINERCLEANFILES = ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-evdev.pc |