1999-10-03 19:23:41 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
|
|
|
|
|
|
|
|
|
libexec_PROGRAMS = helpbrowser
|
|
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
helpbrowser_SOURCES = \
|
|
|
|
|
helpbrowser.c \
|
2003-08-28 11:49:11 -07:00
|
|
|
dialog.c \
|
|
|
|
|
dialog.h \
|
|
|
|
|
domain.c \
|
|
|
|
|
domain.h \
|
2002-06-07 16:00:46 -07:00
|
|
|
queue.c \
|
2002-06-09 17:07:39 -07:00
|
|
|
queue.h \
|
|
|
|
|
uri.c \
|
|
|
|
|
uri.h
|
1999-10-03 19:23:41 -07:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
INCLUDES = \
|
2000-10-17 17:12:32 -07:00
|
|
|
-I$(top_srcdir) \
|
2002-05-05 10:01:44 -07:00
|
|
|
$(GTKHTML2_CFLAGS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
1999-10-03 19:23:41 -07:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
LDADD = \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
2002-05-05 10:01:44 -07:00
|
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
2003-05-22 10:03:15 -07:00
|
|
|
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
2001-05-21 06:58:46 -07:00
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
2002-05-05 10:01:44 -07:00
|
|
|
$(GTKHTML2_LIBS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
$(INTLLIBS)
|