GtkSharp/vte/glue/Makefile.am
Mike Kestner 1eb68541b8 2005-05-16 Mike Kestner <mkestner@novell.com>
* vte/glue/Makefile.am : Remove win32 dist files.

svn path=/trunk/gtk-sharp/; revision=44565
2005-05-16 15:48:11 +00:00

23 lines
519 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