1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Move library targets definition into template.

This commit is contained in:
Alasdair Kergon 2004-04-05 16:20:50 +00:00
parent b31a37d7d3
commit 5181ba8f70

View File

@ -24,8 +24,6 @@ INCLUDES = -I$(interface)
LIB_STATIC = $(interface)/libdevmapper.a
LIB_SHARED = $(interface)/libdevmapper.so
TARGETS = $(LIB_STATIC) $(LIB_SHARED)
include ../make.tmpl
.PHONY: install_dynamic install_static \