add pixmap_DATA to EXTRA_DIST

This commit is contained in:
Jose Maria Celorio 2001-07-26 03:33:40 +00:00
parent d9841d52f2
commit 09da551904
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
2001-07-25 Chema Celorio <chema@celorio.com>
* Makefile.am : generate the .oaf file from the .oaf.in file
The DESKTOP_EXEC_LINE was missing the --capplet at the end, add
The DESKTOP_EXEC_LINE was missing the --capplet at the end, add.
(cappletname): add pixmap_DATA to EXTRA_DIST
2001-07-25 Chema Celorio <chema@celorio.com>
* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here

View file

@ -48,7 +48,7 @@ install-data-am: install-data-local
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(oaf_DATA).in $(defaults_DATA) $(bonobo_sources) $(legacy_sources)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(oaf_DATA).in $(defaults_DATA) $(bonobo_sources) $(legacy_sources) $(pixmap_DATA)
iconsdir = $(GNOMECC_ICONS_DIR)
Gladedir = $(GNOMECC_GLADE_DIR)
pixmapdir = $(GNOMECC_PIXMAPS_DIR)