Initial, incomplete, version of lookuplet.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@35 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2000-12-10 23:38:39 +00:00
parent d15f6917bd
commit 537e308c62
20 changed files with 929 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#
# $Id: Makefile.am,v 1.1 2000/12/10 23:38:39 mdb Exp $
AUTOMAKE_OPTIONS = no-dependencies
INCLUDES = \
$(GNOME_INCLUDEDIR)
bin_PROGRAMS = lookuplet
bin_DIR = ../install.d/
lookuplet_SOURCES = \
launcher.c \
lookuplet.c \
querybox.c
lookuplet_LDADD = \
$(GNOME_LIBDIR) \
$(GTK_LIBS) \
$(GNOMEGNORBA_LIBS) \
-lpanel_applet