move edo stuff, that was in the wriong place after the merge, in the edo directory
This commit is contained in:
parent
d4765851d5
commit
cbb1771dd6
77 changed files with 0 additions and 0 deletions
12
edo/edo.pc
Normal file
12
edo/edo.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Package Information for pkg-config
|
||||
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include/edo
|
||||
|
||||
Name: Evolving Distribution Objects
|
||||
Description: Evolving Distribution Objects
|
||||
Version: 1.0
|
||||
Libs: -L${libdir} -ledo -ledoutils
|
||||
Cflags: -I${includedir}
|
||||
Reference in a new issue