mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
more makefile syncing
This commit is contained in:
parent
c2b067912b
commit
5c9e27f347
@ -13,7 +13,10 @@ SOURCES=libdm-common.c $(interface)/libdevmapper.c
|
||||
|
||||
INCLUDES=-I$(interface)
|
||||
|
||||
TARGETS=$(interface)/libdevmapper.so $(interface)/libdevmapper.a
|
||||
LIB_STATIC = $(interface)/libdevmapper.a
|
||||
LIB_SHARED = $(interface)/libdevmapper.so
|
||||
|
||||
TARGETS = $(LIB_STATIC) $(LIB_SHARED)
|
||||
|
||||
include ../make.tmpl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user