2001-07-25 Chema Celorio <chema@celorio.com> * configure.in (GNOMECC_CAPPLETS_OAF_FILE_IN_RULE): scape correctly the OAF_FILE_IN_RULE, it was not escaped before but for some reason it didn't generated and error * capplets/Makefile.am (SUBDIRS): we need to build LIBCOMMON_DIR before the capplets cause the capplets link with ../common/libcommon.a
5 lines
167 B
Makefile
5 lines
167 B
Makefile
always_built_SUBDIRS = \
|
|
background keyboard mouse screensaver sound \
|
|
default-applications desktop-links
|
|
|
|
SUBDIRS = $(LIBCOMMON_DIR) $(always_built_SUBDIRS)
|