summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStanislav Vorobiov <s.vorobiov@samsung.com>2013-05-31 16:47:34 +0400
committerStanislav Vorobiov <s.vorobiov@samsung.com>2013-05-31 16:47:34 +0400
commit1f7132bd31593eecca790aa943ae151453b41626 (patch)
tree4f9c9a53767ab4fbed1d36aa287ef7b38915b18e /src
parenta3ed90793a9ef32e88774f2938c149bcbc098953 (diff)
downloadlibtbm-vigs-1f7132bd31593eecca790aa943ae151453b41626.tar.gz
libtbm-vigs-1f7132bd31593eecca790aa943ae151453b41626.tar.bz2
libtbm-vigs-1f7132bd31593eecca790aa943ae151453b41626.zip
Empty library created
Change-Id: Icd6bdea1c1e1e5a9d5478054eedff77a4f9e8e1b
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am11
-rw-r--r--src/tbm_bufmgr_emulator.c0
2 files changed, 11 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..9e7f1e6
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,11 @@
+AM_CFLAGS = \
+ @LIBTBM_EMULATOR_CFLAGS@ \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/src
+
+libtbm_emulator_la_LTLIBRARIES = libtbm_emulator.la
+libtbm_emulator_ladir = /${bufmgr_dir}
+libtbm_emulator_la_LIBADD = @LIBTBM_EMULATOR_LIBS@
+
+libtbm_emulator_la_SOURCES = \
+ tbm_bufmgr_emulator.c
diff --git a/src/tbm_bufmgr_emulator.c b/src/tbm_bufmgr_emulator.c
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/tbm_bufmgr_emulator.c