gobject-introspection r801 - trunk/tests/types
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r801 - trunk/tests/types
- Date: Thu, 23 Oct 2008 20:59:30 +0000 (UTC)
Author: walters
Date: Thu Oct 23 20:59:30 2008
New Revision: 801
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=801&view=rev
Log:
Add automake/libtool hack to build shared library
Modified:
trunk/tests/types/Makefile.am
Modified: trunk/tests/types/Makefile.am
==============================================================================
--- trunk/tests/types/Makefile.am (original)
+++ trunk/tests/types/Makefile.am Thu Oct 23 20:59:30 2008
@@ -2,7 +2,9 @@
AM_LDFLAGS = -module -avoid-version
LIBS = $(GOBJECT_LIBS)
-noinst_LTLIBRARIES = libgitesttypes.la
+testtypes_LTLIBRARIES = libgitesttypes.la
+testtypesdir = $(prefix)/unused
+install-testtypesLTLIBRARIES: # prevent it from being installed
libgitesttypes_la_SOURCES = $(srcdir)/gitesttypes.c $(srcdir)/gitesttypes.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]