# Photo Image Print System # Copyright (C) 2000-2004 EPSON KOWA Corporation. # Copyright (C) SEIKO EPSON CORPORATION 2000-2004. # Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/pixmaps \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = ekpstm ekpstm_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ ekpcom.c ekpcom.h \ inkbox.c inkbox.h \ getstatus.c stm.h ekpstm_LDADD = @GTK_LIBS@ $(INTLLIBS)