Gimp/plug-ins/helpbrowser/Makefile.am

30 lines
492 B
Text
Raw Normal View History

1999-10-03 19:23:41 -07:00
## Process this file with automake to produce Makefile.in
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = helpbrowser
helpbrowser_SOURCES = \
back.xpm \
1999-10-06 16:48:01 -07:00
forward.xpm \
1999-10-03 19:23:41 -07:00
helpbrowser.c \
queue.c \
queue.h
INCLUDES = \
-I$(top_srcdir) \
$(GTKXMHTML_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(GTKXMHTML_LIBS) \
$(INTLLIBS)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done