[glib] Don't try to dist old GApplication implementations



commit 34f31fdfda549de717bb0ef02f6acfdb6de8ca29
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Oct 19 12:38:01 2010 +0200

    Don't try to dist old GApplication implementations
    
    One of them was deleted already, even.

 gio/Makefile.am        |    2 +-
 gio/gnullapplication.c |   74 ------------------------------------------------
 2 files changed, 1 insertions(+), 75 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index fb09051..f432ae7 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -398,7 +398,7 @@ libgio_2_0_la_SOURCES =		\
 	$(marshal_sources) 	\
 	$(NULL)
 
-EXTRA_DIST += gnullapplication.c gdbusapplication.c strinfo.c
+EXTRA_DIST += strinfo.c
 
 $(libgio_2_0_la_OBJECTS): $(marshal_sources)
 



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