summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-11-12 10:58:11 -0600
committerMike Gorse <mgorse@suse.com>2012-11-12 10:58:11 -0600
commita24c0d34609b4450a28d4f390a76b3c500e58472 (patch)
treede0e5379ddb559e3d57a46a2389510fb76400913
parent162d319802cd4d05f745b6814988454402b5c95d (diff)
downloadat-spi2-atk-a24c0d34609b4450a28d4f390a76b3c500e58472.tar.gz
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
-rw-r--r--dbind/Makefile.am4
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