diff options
author | infirit <[email protected]> | 2013-10-22 13:59:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-22 14:37:35 +0200 |
commit | 4a58b34af5831a8301cc704d384d3ce77766c7cb (patch) | |
tree | bdff8e5257642f5edb891b3574a6e44a4c3c0afd | |
parent | 8328d19662bc7cc61d2ed730a5acd7667838c416 (diff) | |
download | mate-notification-daemon-4a58b34af5831a8301cc704d384d3ce77766c7cb.tar.bz2 mate-notification-daemon-4a58b34af5831a8301cc704d384d3ce77766c7cb.tar.xz |
Remove non existing INSTALL file from EXTRA_DIST
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 00cc0e9..b0996e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = data po src ACLOCAL_AMFLAGS = -I macros ${ACLOCAL_FLAGS} EXTRA_DIST = \ - AUTHORS NEWS INSTALL COPYING README \ + AUTHORS NEWS COPYING README \ ChangeLog \ autogen.sh \ configure.ac \ |