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:
1d0f79a
)
install also attr.h
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 17 Aug 2005 09:44:06 +0000
(09:44 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 17 Aug 2005 09:44:06 +0000
(09:44 +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
3f84bcd
..
1562cb6
100644
(file)
--- a/
org.glite.jp.common/Makefile
+++ b/
org.glite.jp.common/Makefile
@@
-37,7
+37,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
+HDRS:=types.h context.h strmd5.h
attr.h
SRCS:=context.c strmd5.c attr.c
OBJS:=${SRCS:.c=.lo}