# $Id: Makefile.am 22202 2006-06-26 18:51:10Z olivier $

INCLUDES =								\
	-I$(top_srcdir)							\
	-I$(top_builddir)						\
	$(PLATFORM_CPPFLAGS)

noinst_LTLIBRARIES =							\
	libgtkcommon.la

libgtkcommon_la_SOURCES =						\
	gtk_common.c							\
	gtk_common.h

libgtkcommon_la_CFLAGS =						\
	-I$(top_srcdir)							\
	-I$(top_srcdir)/plugins/gtk_common				\
	$(LIBX11_CFLAGS)						\
	$(GTK_CFLAGS)							\
	$(PLATFORM_CFLAGS)

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:


syntax highlighted by Code2HTML, v. 0.9.1