summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-09-17 22:39:59 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-09-17 22:39:59 +0200
commite5099142d33b00d5c0bcc96b23c82b12b0e691a3 (patch)
tree8b8f8d2ecceb0af58f7634c1afb592779a3cda89
parent379d5c2d83ae7a17b3dbc8cdb1368fb48f1b791a (diff)
downloadefl-devs/jeyzu/eo2-old.tar.gz
eo2: Makefile: -DEFL_EO_API_SUPPORT=1 -DEFL_BETA_API_SUPPORT=1devs/jeyzu/eo2-old
-rw-r--r--eo2test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eo2test/Makefile b/eo2test/Makefile
index 3d47941ef8..896c6253ce 100644
--- a/eo2test/Makefile
+++ b/eo2test/Makefile
@@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -O2 -std=gnu99 -Wall -Wextra
CFLAGS_PG= -g -pg -std=gnu99 -Wall -Wextra
INCLUDE = -I. -I../ -I../src/lib/eo/ -I../build
-CONFIG = -DHAVE_CONFIG_H=1
+CONFIG = -DHAVE_CONFIG_H=1 -DEFL_EO_API_SUPPORT=1 -DEFL_BETA_API_SUPPORT=1
EINA_CFLAGS = `pkg-config --cflags eina`
EINA_LIBS = `pkg-config --libs eina`
EO_SRC = ../src/lib/eo/eo_ptr_indirection.c ../src/lib/eo/eo.c ../src/lib/eo/eo_base_class.c ../src/lib/eo/eo2_base_class.c