All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Install default.xml file to /usr/share/phonesim
@ 2010-03-15  5:41 Martin Xu
  2010-03-15  6:39 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Xu @ 2010-03-15  5:41 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

---
 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fcee5e6..34198a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,9 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src
 
 CLEANFILES = src/control.moc $(nodist_src_phonesim_SOURCES)
 
-EXTRA_DIST = src/controlbase.ui src/default.xml src/GSMSpecification.xml
+dist_pkgdata_DATA = src/default.xml
+
+EXTRA_DIST = src/controlbase.ui src/GSMSpecification.xml
 
 MAINTAINERCLEANFILES = Makefile.in \
 	aclocal.m4 configure depcomp missing install-sh
-- 
1.6.1.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-15  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  5:41 [PATCH 1/1] Install default.xml file to /usr/share/phonesim Martin Xu
2010-03-15  6:39 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.