diff options
author | Stanislav Vorobiov <s.vorobiov@samsung.com> | 2013-05-31 16:47:34 +0400 |
---|---|---|
committer | Stanislav Vorobiov <s.vorobiov@samsung.com> | 2013-05-31 16:47:34 +0400 |
commit | 1f7132bd31593eecca790aa943ae151453b41626 (patch) | |
tree | 4f9c9a53767ab4fbed1d36aa287ef7b38915b18e /src | |
parent | a3ed90793a9ef32e88774f2938c149bcbc098953 (diff) | |
download | libtbm-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.am | 11 | ||||
-rw-r--r-- | src/tbm_bufmgr_emulator.c | 0 |
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 |