1
0
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:
Alasdair Kergon 2004-02-24 18:46:20 +00:00
parent c2b067912b
commit 5c9e27f347

View File

@ -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