Don't distribute dbind-config.h
authorMike Gorse <mgorse@suse.com>
Mon, 12 Nov 2012 16:47:55 +0000 (10:47 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 12 Nov 2012 16:47:55 +0000 (10:47 -0600)
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

index debea20..710161a 100644 (file)
@@ -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