[at-spi2-core/gnome-3-6] Don't distribute dbind-config.h



commit 68911746492c3434bdf8c4ba9b87764bc95aae34
Author: Mike Gorse <mgorse suse com>
Date:   Mon Nov 12 10:47:55 2012 -0600

    Don't distribute dbind-config.h
    
    Dbind-config.h is generated by configure and should not be part of the
    release.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688083

 dbind/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index debea20..710161a 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -8,13 +8,15 @@ AM_CPPFLAGS = \
 	$(GLIB_CFLAGS)
 
 libdbind_la_SOURCES = \
-        dbind-config.h \
         dbind.h \
 	dbind.c \
         dbind-any.h \
 	dbind-any.c
 libdbind_la_LIBADD = $(DBUS_LIBS) $(GLIB_LIBS)
 
+nodist_libdbind_la_sources = \
+        dbind-config.h
+
 TESTS = dbtest
 
 check_PROGRAMS = dbtest



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