BUG=none
Review URL: https://codereview.appspot.com/
6457087
$(NULL)
endif
-if ENABLE_MEMCONF
MEMCONF_DIR = \
memconf \
$(NULL)
-endif
if ENABLE_DCONF
DCONF_DIR = \
libibus = $(top_builddir)/src/libibus-@IBUS_API_VERSION@.la
-libexec_PROGRAMS = \
+memconf_programs = \
ibus-memconf \
$(NULL)
+if ENABLE_MEMCONF
+libexec_PROGRAMS = $(memconf_programs)
+else
+noinst_PROGRAMS = $(memconf_programs)
+endif
+
ibus_memconf_SOURCES = \
main.c \
config.c \
$(libibus) \
$(NULL)
+if ENABLE_MEMCONF
component_DATA = \
memconf.xml \
$(NULL)
componentdir = $(pkgdatadir)/component
+endif
CLEANFILES = \
memconf.xml \