projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0927d74
)
Don't distribute dbind-config.h
author
Mike Gorse
<mgorse@suse.com>
Mon, 12 Nov 2012 16:47:55 +0000
(10:47 -0600)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/dbind/Makefile.am
b/dbind/Makefile.am
index debea2050949c30b1f60501d2da14828f50e5e3f..710161a91d449c03d7858559f094960fea7d82c1 100644
(file)
--- 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