add pixmap_DATA to EXTRA_DIST
This commit is contained in:
parent
d9841d52f2
commit
09da551904
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
2001-07-25 Chema Celorio <chema@celorio.com>
|
2001-07-25 Chema Celorio <chema@celorio.com>
|
||||||
|
|
||||||
* Makefile.am : generate the .oaf file from the .oaf.in file
|
* 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>
|
2001-07-25 Chema Celorio <chema@celorio.com>
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ install-data-am: install-data-local
|
||||||
|
|
||||||
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
||||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
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)
|
iconsdir = $(GNOMECC_ICONS_DIR)
|
||||||
Gladedir = $(GNOMECC_GLADE_DIR)
|
Gladedir = $(GNOMECC_GLADE_DIR)
|
||||||
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
|
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue