ramiro%netscape.com 0138a4b52e Importing Alexander Larsson's (alex@signum.se) gtkmozilla widget to the tree.
gtkmozilla is a GTK+ widget which can be used to embed mozilla in any gtk
application.


git-svn-id: svn://10.0.0.236/trunk@33122 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 11:34:26 +00:00

15 lines
297 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_PROGRAMS = simplebrowser
simplebrowser_SOURCES = \
simplebrowser.c
simplebrowser_LDADD = ../../lib/libgtkmozilla.la @GTK_LIBS@
INCLUDES = \
-I$(top_srcdir)/lib \
@DEBUG_FLAGS@ \
@GTK_CFLAGS@
LDFLAGS = --export-dynamic