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



commit a24c0d34609b4450a28d4f390a76b3c500e58472
Author: Mike Gorse <mgorse suse com>
Date:   Mon Nov 12 10:58:11 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 e71b4e5..b83a1e2 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -7,13 +7,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]