[ease] Fix `make dist'



commit c95f993921fde40b65903d12424deba53ab013c8
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Fri Jun 18 13:53:15 2010 +0200

    Fix `make dist'
    
    This is done by removing incorrect files tracked in the Makefile.am,
    "config.rpath" is no longer necessary because we use glib-gettext,
    and m4/ChangeLog isn't necessary (NEWS should replace it).

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3313f5a..0b14140 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,7 @@ ease_LDADD = \
 	$(EASE_LIBS) \
 	$(NULL)
 
-EXTRA_DIST = config.rpath m4/ChangeLog data/ease.desktop.in  \
+EXTRA_DIST = data/ease.desktop.in  \
 	$(NULL)
 
 DISTCLEANFILES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]