2001-12-02 Richard Hestilow <hestilow@ximian.com> * Initial GNOME2 port. ui-preferences is disabled until it is revamped for gconf, and mime-types will probably be permanently disabled though (no gmc).
25 lines
682 B
Makefile
25 lines
682 B
Makefile
cappletname = url
|
|
cappletgroup = "Advanced/"
|
|
bin_PROGRAMS = url-properties
|
|
|
|
url_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
|
url_properties_SOURCES = url-properties.c
|
|
|
|
pixmap_DATA =
|
|
|
|
##
|
|
## You should not need to modify anything below this line
|
|
##
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
@GNOMECC_CAPPLETS_DESKTOP_IN_RULE@
|
|
|
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
|
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST)
|
|
iconsdir = $(GNOMECC_ICONS_DIR)
|
|
Gladedir = $(GNOMECC_GLADE_DIR)
|
|
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
|
|
Glade_DATA = $(cappletname)-properties.glade
|
|
icons_DATA = $(cappletname)-capplet.png
|
|
desktop = $(cappletname).desktop
|
|
all-local: $(desktop)
|