Update
2002-01-14 Bradford Hovinen <hovinen@ximian.com> * Makefile.am: Update
This commit is contained in:
parent
57513c09d7
commit
3f8efae18f
2 changed files with 6 additions and 16 deletions
|
@ -1,5 +1,7 @@
|
|||
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* Makefile.am: Update
|
||||
|
||||
* main.c (main): Remove Ximian archiver stuff
|
||||
|
||||
2002-01-14 Richard Hestilow <hestilow@ximian.com>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cappletname = behavior
|
||||
cappletgroup = "Advanced/"
|
||||
bin_PROGRAMS = ui-properties
|
||||
|
||||
ui_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
|
@ -11,21 +9,11 @@ ui_properties_SOURCES = \
|
|||
preferences.c preferences.h\
|
||||
main.c
|
||||
|
||||
pixmap_DATA =
|
||||
|
||||
##
|
||||
## You should not need to modify anything below this line
|
||||
##
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
@GNOMECC_CAPPLETS_DESKTOP_IN_RULE@
|
||||
|
||||
desktopdir = $(GNOMECC_DATA_DIR)/capplets/Advanced
|
||||
desktop_DATA = behavior.desktop
|
||||
|
||||
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)
|
||||
EXTRA_DIST = $(Glade_DATA) $(desktop_DATA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue