Ryujinx-GtkSharp/gdk/glue/Makefile.am
Mike Kestner 7f3171c814 merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD
is now tracking Gnome 2.6.

svn path=/trunk/gtk-sharp/; revision=35479
2004-10-29 20:33:07 +00:00

26 lines
611 B
Makefile

lib_LTLIBRARIES = libgdksharpglue-2.0.la
libgdksharpglue_2_0_la_SOURCES = \
dragcontext.c \
device.c \
event.c \
selection.c \
vmglueheaders.h \
windowmanager.c
# Adding a new glue file?
# Please remember to update makefile.win32
libgdksharpglue_2_0_la_LDFLAGS = -module -avoid-version -no-undefined
libgdksharpglue_2_0_la_LIBADD = $(GTK_LIBS)
INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)
libgdksharpglue.dll: $(libgdksharpglue_2_0_la_OBJECTS) libgdksharpglue.rc libgdksharpglue.def
./build-dll libgdksharpglue-2.0 $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST = makefile.win32 win32dll.c