1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Move library targets definition into template.

This commit is contained in:
Alasdair Kergon 2004-04-05 16:20:50 +00:00
parent 482eb1f3fb
commit cb3a00e027

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 \