git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6da18
)
install also type_plugin.h
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 19 May 2008 13:32:44 +0000
(13:32 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 19 May 2008 13:32:44 +0000
(13:32 +0000)
org.glite.jp.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.common/Makefile
b/org.glite.jp.common/Makefile
index
e111a36
..
4296903
100644
(file)
--- 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}