ramiro%netscape.com 503573645c Bring back from the dead. Also, install the sample programs.
git-svn-id: svn://10.0.0.236/trunk@38684 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 11:15:17 +00:00

21 lines
395 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = help_data
bin_PROGRAMS = helpbrowser
helpbrowser_SOURCES = \
helpbrowser.c
helpbrowser_LDADD = ../../lib/libgtkmozilla.la @GTK_LIBS@
INCLUDES = \
-I$(top_srcdir)/lib \
@DEBUG_FLAGS@ \
@GTK_CFLAGS@
HELPDATA = -DHELPDATADIR=\"`cd "$(srcdir)/help_data" && pwd`\"
CPPFLAGS = $(HELPDATA)
LDFLAGS = --export-dynamic