diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-18 20:41:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-18 20:44:51 +0200 |
commit | ee5403b98bf0e89693a14f7a1ae5658d9e5eb730 (patch) | |
tree | 970ef68163338b47335e54ca7e95b81a641acd2c /officecfg/registry/files.mk | |
parent | 0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1 (diff) |
officecfg: generate header for Impress-sdremote, handle "-" in xcs name
Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7
Diffstat (limited to 'officecfg/registry/files.mk')
-rw-r--r-- | officecfg/registry/files.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/files.mk b/officecfg/registry/files.mk index 21a4a15c1f03..5e93fb486efa 100644 --- a/officecfg/registry/files.mk +++ b/officecfg/registry/files.mk @@ -1,4 +1,4 @@ -officecfg_FILES = \ +officecfg_FILES := \ FirstStartWizard \ Inet \ Interaction \ @@ -22,6 +22,7 @@ officecfg_FILES = \ Office/FormWizard \ Office/Histories \ Office/Impress \ + $(if $(filter YES,$(ENABLE_SDREMOTE)),Office/Impress-sdremote) \ Office/Java \ Office/Jobs \ Office/Labels \ |