commit a55fe43d46ccf03db03aa5c41b6a989d4cdab7f7
Author: Bertrand Lorentz <[email protected]>
Date: Sat Jul 3 15:08:03 2010 +0200
[mono] Fix installation of .config file
Make sure that the .config file is installed, and that the .config.in
file is included in the tarball.
bindings/mono/libgpod-sharp/Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/bindings/mono/libgpod-sharp/Makefile.am
b/bindings/mono/libgpod-sharp/Makefile.am
index b624eeb..5663163 100644
--- a/bindings/mono/libgpod-sharp/Makefile.am
+++ b/bindings/mono/libgpod-sharp/Makefile.am
@@ -22,8 +22,6 @@ dlname := $(shell grep "^dlname="
$(top_builddir)/src/libgpod.la | sed "s/^dlnam
libgpod-sharp.dll.config:
$(top_srcdir)/bindings/mono/libgpod-sharp/libgpod-sharp.dll.config.in
sed "s/@DLNAME@/$(dlname)/g" $< >$@
-all-local: libgpod-sharp.dll.config
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgpod-sharp.pc
EXTRAS = \
@@ -31,6 +29,10 @@ EXTRAS = \
if HAVE_MONO
include $(srcdir)/../Makefile.include
+module_SCRIPTS += libgpod-sharp.dll.config
+EXTRA_DIST += libgpod-sharp.dll.config.in
+DISTCLEANFILES += libgpod-sharp.dll.config
else
-EXTRA_DIST = $(SOURCES)
+EXTRA_DIST = $(SOURCES) libgpod-sharp.dll.config.in
+DISTCLEANFILES = libgpod-sharp.dll.config
endif
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2