Hi,

since you are going to use automake's "make dist" to create the release 
tarball, this is necessary to build the release using cmake.

-- 
 Add CMake build files to distribution when automake's "make dist"
 is used to create it. This is needed for using any other compiler
 than gcc on Windows.

---
 Makefile.am      |    2 +-
 apps/Makefile.am |    2 ++
 doc/Makefile.am  |    2 +-
 glib/Makefile.am |    2 +-
 ircp/Makefile.am |    2 ++
 lib/Makefile.am  |    2 +-
 6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index de5baa7..ddcb8df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ else
 pkgconfig_DATA = openobex.pc
 endif
 
-EXTRA_DIST = $(aclocal_DATA)
+EXTRA_DIST = $(aclocal_DATA) CMakeLists.txt CMakeModules/*.cmake
 
 DISTCLEANFILES = $(pkgconfig_DATA)
 
diff --git a/apps/Makefile.am b/apps/Makefile.am
index fde776a..9d13666 100644
--- a/apps/Makefile.am
+++ b/apps/Makefile.am
@@ -23,4 +23,6 @@ LDADD = libmisc.a $(top_builddir)/lib/libopenobex.la
 INCLUDES = @BLUETOOTH_CFLAGS@ -I$(top_srcdir)/include
 endif
 
+EXTRA_DIST = CMakeLists.txt
+
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f2a163..efe0e0d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,6 +4,6 @@ clean:
 html:
        doxygen
 
-EXTRA_DIST = Doxyfile openobex.coverpage
+EXTRA_DIST = Doxyfile openobex.coverpage CMakeLists.txt Doxyfile.in
 
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 785c75b..ed46dc8 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -29,7 +29,7 @@ AM_CFLAGS = @GLIB_CFLAGS@
 
 INCLUDES = -I$(top_srcdir)/include
 
-EXTRA_DIST = obex-marshal.list
+EXTRA_DIST = obex-marshal.list CMakeLists.txt
 
 MAINTAINERCLEANFILES = Makefile.in
 
diff --git a/ircp/Makefile.am b/ircp/Makefile.am
index 6f07e14..1746e3d 100644
--- a/ircp/Makefile.am
+++ b/ircp/Makefile.am
@@ -18,4 +18,6 @@ LDADD = libircp.a $(top_builddir)/lib/libopenobex.la
 INCLUDES = -I$(top_srcdir)/include
 endif
 
+EXTRA_DIST = CMakeLists.txt
+
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e325f43..efd8b36 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -29,6 +29,6 @@ libopenobex_la_LIBADD = @USB_LIBS@ @EXTRA_LIBS@
 
 INCLUDES = -I$(top_srcdir)/include
 
-EXTRA_DIST = obex.sym win32compat.c
+EXTRA_DIST = obex.sym win32compat.c CMakeLists.txt
 
 MAINTAINERCLEANFILES = Makefile.in
-- 
1.5.6.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to