Removed C build system. Added wrapper script.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@663 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
#
|
||||
# $Id: Makefile.am,v 1.5 2002/03/14 16:45:26 shaper Exp $
|
||||
|
||||
bin_PROGRAMS = lookuplet
|
||||
|
||||
lookuplet_SOURCES = \
|
||||
lookuplet.c \
|
||||
launcher.c \
|
||||
querybox.c \
|
||||
preferences.c \
|
||||
binding.c \
|
||||
keysym-util.c \
|
||||
history.c
|
||||
|
||||
INCLUDES = \
|
||||
-I. \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(top_srcdir) \
|
||||
$(GNOME_INCLUDEDIR)
|
||||
|
||||
lookuplet_LDADD = \
|
||||
$(GNOME_LIBDIR) \
|
||||
$(GNOMEUI_LIBS) \
|
||||
$(GNOME_APPLETS_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
# currently the installation of these bitmaps wouldn't be necessary
|
||||
bitmapsdir = $(datadir)/pixmaps
|
||||
bitmaps_DATA = gnome-lookuplet.xpm
|
||||
|
||||
EXTRA_DIST = \
|
||||
lookuplet.desktop \
|
||||
lookuplet.gnorba \
|
||||
$(bitmaps_DATA)
|
||||
|
||||
sysdir = $(datadir)/applets/Network
|
||||
sys_DATA = lookuplet.desktop
|
||||
|
||||
gnorbadir = $(sysconfdir)/CORBA/servers
|
||||
gnorba_DATA = lookuplet.gnorba
|
||||
Reference in New Issue
Block a user