Modified code to allow running as an applet or standalone. It auto detects

whether to operate in applet mode based on the command line arguments.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-18 02:34:06 +00:00
parent 99dc02bdf3
commit c9deae38a7
7 changed files with 172 additions and 55 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
#
# $Id: Makefile.am,v 1.3 2001/08/16 00:12:11 mdb Exp $
# $Id: Makefile.am,v 1.4 2001/08/18 02:34:06 mdb Exp $
bin_PROGRAMS = lookuplet
@@ -20,6 +20,7 @@ INCLUDES = \
lookuplet_LDADD = \
$(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) \
$(GNOME_APPLETS_LIBS) \
$(INTLLIBS)
# currently the installation of these bitmaps wouldn't be necessary