gimp/plug-ins/winsnap/Makefile.am
Tor Lillqvist 654e9c9d21 Handle twain and winsnap subdirs normally.
2003-05-31  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/Makefile.am: Handle twain and winsnap subdirs normally.

	* configure.in: Set TWAIN and WINSNAP on Win32. Expand
	Makefiles in these dirs.

	* plug-ins/twain/Makefile.am
	* plug-ins/winsnap/Makefile.am: New files, from stable branch.

	* plug-ins/winsnap/winsnap.c: Make it build with GTK2.
2003-05-31 22:23:55 +00:00

38 lines
751 B
Makefile

## Process this file with automake to produce Makefile.in
winsnap_LDFLAGS = -mwindows
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = winsnap
winsnap_SOURCES = \
winsnap.c \
winsnap.h
EXTRA_DIST = \
resource.h \
select.cur \
small.ico \
winsnap.ico \
winsnap.rc
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/intl \
$(GTK_CFLAGS) \
-I$(includedir)
AM_CPPFLAGS = \
-DLOCALEDIR=\""$(localedir)"\"
LDADD = \
winsnap-win32res.o \
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
$(GTK_LIBS) \
$(INTLLIBS)
winsnap-win32res.o: winsnap.rc select.cur small.ico winsnap.ico
$(top_srcdir)/build/win32/compile-resource winsnap.rc winsnap-win32res.o