diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-20 08:30:56 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-25 09:16:06 -0400 |
commit | c11f1bd18303139f070e1873382632ee80cd9878 (patch) | |
tree | e9acfcc83605b6a8b6af7c652b2c6a97486e4133 /Makefile.am | |
parent | 0ea6c432a068fc4edf90c614e68a4f4be94edd14 (diff) |
config: remove obsolete FILES file from the Imakefile days
It lists the files contained in the original
BULL Research Koala Project.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
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 08f6072..a289a24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xpm.pc -EXTRA_DIST = COPYRIGHT FILES NEWS.old +EXTRA_DIST = COPYRIGHT NEWS.old MAINTAINERCLEANFILES = ChangeLog INSTALL |