GtkSharp/vte/glue/Makefile.am
Mike Kestner c31b2d1c6b 2005-05-16 Mike Kestner <mkestner@novell.com>
* configure.in.in : expand new vte glue makefile.
	* vte/glue/Makefile.am : add GTK_CFLAGS to fix build.

svn path=/trunk/gtk-sharp/; revision=44564
2005-05-16 15:43:13 +00:00

24 lines
558 B
Makefile

lib_LTLIBRARIES = $(TARGET)
if ENABLE_VTE
TARGET = libvtesharpglue-2.la
else
TARGET =
endif
libvtesharpglue_2_la_SOURCES = # empty
nodist_libvtesharpglue_2_la_SOURCES = generated.c
libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
INCLUDES = $(GTK_CFLAGS) $(VTE_CFLAGS) -I$(top_srcdir)
libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc libvtesharpglue.def
./build-dll libvtesharpglue-2 $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST = makefile.win32 win32dll.c