2009-12-28 Mike Kestner <mkestner@novell.com>
* glib/glue/Makefile.am: fix a copy/paste issue. * pango/glue/Makefile.am: move glue lib to -3 like the others. [Fixes #561148] svn path=/trunk/gtk-sharp/; revision=148920
This commit is contained in:
parent
a948792be0
commit
db6a3f8612
3 changed files with 15 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-28 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* glib/glue/Makefile.am: fix a copy/paste issue.
|
||||||
|
* pango/glue/Makefile.am: move glue lib to -3 like the others.
|
||||||
|
[Fixes #561148]
|
||||||
|
|
||||||
2009-11-30 Mike Kestner <mkestner@novell.com>
|
2009-11-30 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* */Makefile.am: standardize on - options over / options for
|
* */Makefile.am: standardize on - options over / options for
|
||||||
|
|
|
@ -11,8 +11,8 @@ libglibsharpglue_3_la_LIBADD = $(GLIB_LIBS)
|
||||||
|
|
||||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
||||||
|
|
||||||
libgtksharpglue.dll: $(libgtksharpglue_3_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
|
libglibsharpglue.dll: $(libglibsharpglue_3_la_OBJECTS) libglibsharpglue.rc libglibsharpglue.def
|
||||||
./build-dll libgtksharpglue-3 $(VERSION)
|
./build-dll libglibsharpglue-3 $(VERSION)
|
||||||
|
|
||||||
CLEANFILES = lib*.a lib*.dll
|
CLEANFILES = lib*.a lib*.dll
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
lib_LTLIBRARIES = libpangosharpglue-2.la
|
lib_LTLIBRARIES = libpangosharpglue-3.la
|
||||||
|
|
||||||
libpangosharpglue_2_la_SOURCES =
|
libpangosharpglue_3_la_SOURCES =
|
||||||
|
|
||||||
nodist_libpangosharpglue_2_la_SOURCES = generated.c
|
nodist_libpangosharpglue_3_la_SOURCES = generated.c
|
||||||
|
|
||||||
# Adding a new glue file?
|
# Adding a new glue file?
|
||||||
|
|
||||||
libpangosharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
libpangosharpglue_3_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||||
|
|
||||||
libpangosharpglue_2_la_LIBADD = $(PANGO_LIBS)
|
libpangosharpglue_3_la_LIBADD = $(PANGO_LIBS)
|
||||||
|
|
||||||
INCLUDES = $(PANGO_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
INCLUDES = $(PANGO_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
||||||
|
|
||||||
libpangosharpglue.dll: $(libpangosharpglue_2_la_OBJECTS) libpangosharpglue.rc libpangosharpglue.def
|
libpangosharpglue.dll: $(libpangosharpglue_3_la_OBJECTS) libpangosharpglue.rc libpangosharpglue.def
|
||||||
./build-dll libpangosharpglue-2 $(VERSION)
|
./build-dll libpangosharpglue-3 $(VERSION)
|
||||||
|
|
||||||
CLEANFILES = lib*.a lib*.dll
|
CLEANFILES = lib*.a lib*.dll
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue