diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2021-02-03 09:21:34 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2021-02-03 09:21:34 +0900 |
commit | 338f791f7d2ade0306a7b2d86e9f0baef241e7a4 (patch) | |
tree | cc8766968710fec8fe7f7178eb83f822a63d1e79 | |
parent | 4e23dda3ba8d72110dd9de417dc52047cfdf31f7 (diff) | |
download | libtbm-shm-338f791f7d2ade0306a7b2d86e9f0baef241e7a4.tar.gz libtbm-shm-338f791f7d2ade0306a7b2d86e9f0baef241e7a4.tar.bz2 libtbm-shm-338f791f7d2ade0306a7b2d86e9f0baef241e7a4.zip |
move source files to src/libtbm-shm/
Change-Id: Ia374f1bc93ab21307d6d25e532694c58d1e186b3
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | src/Makefile.am | 12 | ||||
-rw-r--r-- | src/libtbm-shm/Makefile.am | 11 | ||||
-rw-r--r-- | src/libtbm-shm/tbm_bufmgr_shm.c (renamed from src/tbm_bufmgr_shm.c) | 0 |
4 files changed, 13 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 89eb0d3..4667577 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,7 @@ AC_SUBST(bufmgr_dir) AC_OUTPUT([ Makefile + src/libtbm-shm/Makefile src/Makefile]) echo "" diff --git a/src/Makefile.am b/src/Makefile.am index 05a380b..b89be83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1 @@ -AM_CFLAGS = \ - @LIBTBM_SHM_CFLAGS@ \ - -I$(top_srcdir) \ - -I$(top_srcdir)/src - -libtbm_shm_la_LTLIBRARIES = libtbm_shm.la -libtbm_shm_ladir = /${bufmgr_dir} -libtbm_shm_la_LIBADD = @LIBTBM_SHM_LIBS@ - -libtbm_shm_la_SOURCES = \ - tbm_bufmgr_shm.c +SUBDIRS = libtbm-shm diff --git a/src/libtbm-shm/Makefile.am b/src/libtbm-shm/Makefile.am new file mode 100644 index 0000000..05a380b --- /dev/null +++ b/src/libtbm-shm/Makefile.am @@ -0,0 +1,11 @@ +AM_CFLAGS = \ + @LIBTBM_SHM_CFLAGS@ \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src + +libtbm_shm_la_LTLIBRARIES = libtbm_shm.la +libtbm_shm_ladir = /${bufmgr_dir} +libtbm_shm_la_LIBADD = @LIBTBM_SHM_LIBS@ + +libtbm_shm_la_SOURCES = \ + tbm_bufmgr_shm.c diff --git a/src/tbm_bufmgr_shm.c b/src/libtbm-shm/tbm_bufmgr_shm.c index 88c6522..88c6522 100644 --- a/src/tbm_bufmgr_shm.c +++ b/src/libtbm-shm/tbm_bufmgr_shm.c |