GtkSharp/gtk/glue/Makefile.am
Christian Hoff 6cd676ed5b 2009-03-04 Christian Hoff <christian_hoff@gmx.net>
* gtk/NodeStore.cs: reimplement NodeStore as a managed TreeModel using GInterface implementation
	* gtk/glue/nodestore.c: kill

svn path=/trunk/gtk-sharp/; revision=128620
2009-03-04 20:33:12 +00:00

32 lines
701 B
Makefile

lib_LTLIBRARIES = libgtksharpglue-2.la
libgtksharpglue_2_la_SOURCES = \
adjustment.c \
cellrenderer.c \
clipboard.c \
container.c \
object.c \
selectiondata.c \
statusicon.c \
style.c \
targetlist.c \
vmglueheaders.h \
widget.c
nodist_libgtksharpglue_2_la_SOURCES = generated.c
# Adding a new glue file?
libgtksharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
libgtksharpglue_2_la_LIBADD = $(GTK_LIBS)
INCLUDES = $(GTK_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
libgtksharpglue.dll: $(libgtksharpglue_2_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
./build-dll libgtksharpglue-2 $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST = win32dll.c