From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/lib/cserve/Makefile.am | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 libraries/evas/src/lib/cserve/Makefile.am (limited to 'libraries/evas/src/lib/cserve/Makefile.am') diff --git a/libraries/evas/src/lib/cserve/Makefile.am b/libraries/evas/src/lib/cserve/Makefile.am new file mode 100644 index 0000000..6ff6e2a --- /dev/null +++ b/libraries/evas/src/lib/cserve/Makefile.am @@ -0,0 +1,32 @@ +MAINTAINERCLEANFILES = Makefile.in + +AM_CPPFLAGS = \ +-I. \ +-I$(top_srcdir)/src/lib \ +-I$(top_srcdir)/src/lib/include \ +-I$(top_srcdir)/src/lib/cserve \ +-DPACKAGE_BIN_DIR=\"$(bindir)\" \ +-DPACKAGE_LIB_DIR=\"$(libdir)\" \ +-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EINA_CFLAGS@ \ +@FREETYPE_CFLAGS@ \ +@FRIBIDI_CFLAGS@ \ +@EET_CFLAGS@ \ +@FONTCONFIG_CFLAGS@ \ +@pthread_cflags@ \ +@PIXMAN_CFLAGS@ + +if EVAS_CSERVE + +noinst_LTLIBRARIES = libevas_cserve.la + +endif + +libevas_cserve_la_SOURCES = \ +evas_cs.h \ +evas_cs_main.c \ +evas_cs_server.c \ +evas_cs_client.c \ +evas_cs_mem.c + +libevas_cserve_la_LIBADD = @EINA_LIBS@ -lrt -- cgit v1.1