summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-11-12 10:47:55 -0600
committerMike Gorse <mgorse@suse.com>2012-11-12 10:47:55 -0600
commita44a807ef50a65a9f175a9e402ca20b03b36883b (patch)
tree9ddc5bacfbaa424fb6777798dcb26b4f9cae8ecb /dbind
parent0927d749d332c1719856545f53a00ea28a7d4e25 (diff)
downloadat-spi2-core-a44a807ef50a65a9f175a9e402ca20b03b36883b.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
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index debea205..710161a9 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