diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2015-02-13 21:43:37 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2015-02-16 12:09:25 -0500 |
commit | 27488975a61858bbaf72047838074389566e2136 (patch) | |
tree | fdd5364f82fb3b800c844b58505f3f686364638e /Makefile.am | |
parent | 1be5f1ae5df1d9b3f29fafe3eb29ea890a628b54 (diff) |
Remove left over $(launchagents_DATA) in CLEANFILES
This was left over when reorganizing layout of launchd sources
in commit 567f59d3f8189b92bc46e2af1260f9340f462bdb
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3867bea..c1eb5a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ CPP_FILES_FLAGS = \ xinitrc_DATA = xinitrc MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES = xinitrc startx $(launchagents_DATA) +CLEANFILES = xinitrc startx EXTRA_DIST = xinitrc.cpp startx.cpp \ autogen.sh |