[libvtemm] Fix building after changing licence file names.



commit 11a1472732eac91ed02e6ad38d97af20a401d02c
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Dec 2 16:16:52 2009 +0100

    Fix building after changing licence file names.
    
    * Makefile.am: There is no such file like COPYING.examples anymore,
    it was renamed to COPYING.lesser.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8a81fef..8b21596 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ SUBDIRS = $(src_subdirs) libvte/libvtemm $(doc_subdirs) examples
 include $(srcdir)/old_news_and_changelogs/filelist.am
 
 text_files = 			\
-	COPYING.examples 	\
+	COPYING.lesser	 	\
 	HACKING
 
 old_news = $(addprefix old_news_and_changelogs/,$(news_files))



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