diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:24:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:24:47 (EDT) |
commit | d512e667e3b704b99be0a65d429ce353b7fff4a0 (patch) | |
tree | 060be8615ec35aabc63e22c514931aacae1502f0 | |
parent | c87d460b0ba6e40faf4adaef7aabe16e0913846f (diff) |
Makefile.am: Clean $(pro_archman_LDADD)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 24c90da..a363110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ pkgdatacmd_SCRIPTS = $(pkgdatacmd_sources:.sh=.sho) man1_MANS = $(man1_sources:.1in=.1) locale_MESSAGES = $(locale_sources:.sh=.ms) CLEANFILES = \ + $(pro_archman_LDADD) \ $(bin_SCRIPTS) \ $(pkgdata_SCRIPTS) \ $(pkgdatacmd_SCRIPTS) \ |