From 46627473a2233e0b3f859190e6fd74fa46eba64e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 19 May 2008 13:32:44 +0000 Subject: [PATCH] install also type_plugin.h --- org.glite.jp.common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.jp.common/Makefile b/org.glite.jp.common/Makefile index e111a36..4296903 100644 --- a/org.glite.jp.common/Makefile +++ b/org.glite.jp.common/Makefile @@ -38,7 +38,7 @@ LINKXX:=libtool --mode=link ${CXX} ${LDFLAGS} INSTALL:=libtool --mode=install install COMPILE:=libtool --mode=compile ${CC} ${CFLAGS} -HDRS:=types.h context.h attr.h known_attr.h backend.h builtin_plugins.h file_plugin.h indexdb.h +HDRS:=types.h context.h attr.h known_attr.h backend.h builtin_plugins.h file_plugin.h indexdb.h type_plugin.h SRCS:=context.c attr.c utils.c indexdb.c OBJS:=${SRCS:.c=.lo} -- 1.8.2.3