1## Process this file with automake to produce Makefile.in
2# Makefile.am for The Machine Emulator host/gtk:
3
4AUTOMAKE_OPTIONS = 1.4 gnu
5
6INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL $(GTK_CFLAGS)
7
8pkglib_LTLIBRARIES = tme_host_gtk.la
9tme_host_gtk_la_SOURCES = gtk-mouse.c gtk-keyboard.c gtk-screen.c gtk-display.c gtk-display.h
10tme_host_gtk_la_LDFLAGS = -module -version-info 0:0:0
11tme_host_gtk_la_LIBADD = $(top_builddir)/libtme/libtme.la \
12	$(top_builddir)/generic/libtme-generic.la
13
14include $(top_srcdir)/modules
15