install file_plugin.h
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 7 Apr 2008 17:56:33 +0000 (17:56 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 7 Apr 2008 17:56:33 +0000 (17:56 +0000)
org.glite.jp.common/Makefile

index e329c17..15183f4 100644 (file)
@@ -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 strmd5.h attr.h known_attr.h backend.h builtin_plugins.h
+HDRS:=types.h context.h strmd5.h attr.h known_attr.h backend.h builtin_plugins.h file_plugin.h
 
 SRCS:=context.c strmd5.c attr.c utils.c
 OBJS:=${SRCS:.c=.lo}