diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-07 16:40:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-07 16:40:03 -0700 |
commit | c0c77351aa5fbe84b5a98b4f4fc880ea8428bf1f (patch) | |
tree | d6a6c2ca80850d45cead550f90f13a1bae5e5ef0 /scrnsaverproto | |
parent | 05b56f65501517507355de2ccdf8b5432254e3c2 (diff) |
Make 'distcheck' work.
This involved removing the rules from all of the subdirectory
Makefile.am files for ChangeLog and INSTALL targets, and then adding
those to the toplevel Makefile.am file.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'scrnsaverproto')
-rw-r--r-- | scrnsaverproto/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scrnsaverproto/Makefile.am b/scrnsaverproto/Makefile.am index 0a26e33..1e9f99d 100644 --- a/scrnsaverproto/Makefile.am +++ b/scrnsaverproto/Makefile.am @@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = scrnsaverproto.pc -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |