and disable theme too

SVN revision: 45583
This commit is contained in:
Vincent Torri 2010-01-26 11:38:01 +00:00
parent 987757058f
commit 8ec6f4e73e
3 changed files with 16 additions and 4 deletions

View File

@ -5,7 +5,14 @@ EDJE_CC = @edje_cc@
EDJE_FLAGS = -v -id $(top_srcdir)/data -fd $(top_srcdir)/data
filesdir = $(datadir)/emotion/data
files_DATA = theme.edj
files_DATA =
if BUILD_EMOTION_TEST
files_DATA += theme.edj
endif
EXTRA_DIST = \
bpause.png \

View File

@ -3,7 +3,7 @@ dnl That code is public domain and can be freely used or copied.
dnl Macro that check if a binary is built or not
dnl Usage: EFL_ENABLE_BIN(binary)
dnl Usage: EFL_ENABLE_BIN(binary[, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being tranformed into _)
dnl Define have_binary (- is tranformed into _)
dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being tranformed into _)

View File

@ -12,8 +12,13 @@ AM_CPPFLAGS = \
@ECORE_X_CFLAGS@ \
@ECORE_FB_CFLAGS@
bin_PROGRAMS = @EMOTION_TEST_PRG@
EXTRA_PROGRAMS = emotion_test
bin_PROGRAMS =
if BUILD_EMOTION_TEST
bin_PROGRAMS += emotion_test
endif
emotion_test_SOURCES = emotion_test_main.c