Modifications to build lookuplet like a GNOME app rather than an applet.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@281 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-16 00:12:11 +00:00
parent 7680869899
commit 0664031824
5 changed files with 66 additions and 27 deletions
+8 -9
View File
@@ -1,12 +1,5 @@
#
# $Id: Makefile.am,v 1.2 2001/02/24 02:35:20 mdb Exp $
INCLUDES = \
-I. \
-I$(srcdir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I$(includedir) $(GNOME_INCLUDEDIR)
# $Id: Makefile.am,v 1.3 2001/08/16 00:12:11 mdb Exp $
bin_PROGRAMS = lookuplet
@@ -18,9 +11,15 @@ lookuplet_SOURCES = \
binding.c \
keysym-util.c
INCLUDES = \
-I. \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I$(top_srcdir) \
$(GNOME_INCLUDEDIR)
lookuplet_LDADD = \
$(GNOME_LIBDIR) \
$(GNOME_APPLETS_LIBS) \
$(GNOMEUI_LIBS) \
$(INTLLIBS)
# currently the installation of these bitmaps wouldn't be necessary