Ryujinx-GtkSharp/gdk/glue/Makefile.am
Mike Kestner ed507416b2 2004-04-16 Boyd Timothy <btimothy@novell.com>
* gdk/Global.custom : properties to expose window manager spec
	properties.
	* gdk/glue/windowmanager.c : glue to retrieve window manager props
	using gdk_property_get.
	* gdk/glue/Makefile.am : add new file.
	* gdk/glue/makefile.win32 : add new file.

svn path=/trunk/gtk-sharp/; revision=25611
2004-04-16 17:31:30 +00:00

25 lines
588 B
Makefile

lib_LTLIBRARIES = libgdksharpglue.la
libgdksharpglue_la_SOURCES = \
dragcontext.c \
event.c \
selection.c \
vmglueheaders.h \
windowmanager.c
# Adding a new glue file?
# Please remember to update makefile.win32
libgdksharpglue_la_LDFLAGS = -module -avoid-version
libgdksharpglue_la_LIBADD = $(BASE_DEPENDENCIES_LIBS)
INCLUDES = $(BASE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
libgdksharpglue.dll: $(libgdksharpglue_la_OBJECTS) libgdksharpglue.rc libgdksharpglue.def
./build-dll libgdksharpglue $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST = makefile.win32 win32dll.c