added qsesi.pc.in again

This commit is contained in:
hyung-hwan 2016-04-30 04:22:24 +00:00
parent b6dfbed804
commit f58226a99b
2 changed files with 14 additions and 0 deletions

12
qse/lib/qsesi.pc.in Normal file
View File

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: QSESI Library
Description: QSESI Library
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lqsesi
Requires: qsecmn
#Requires.private: qsecmn

View File

@ -6,6 +6,7 @@ AM_CPPFLAGS = \
-I$(includedir) -I$(includedir)
bin_PROGRAMS = \ bin_PROGRAMS = \
aio01 \
dir01 \ dir01 \
fio01 \ fio01 \
fio02 \ fio02 \
@ -33,6 +34,7 @@ LDADD += $(UNICOWS_LIBS)
endif endif
endif endif
aio01_SOURCES = aio01.c
dir01_SOURCES = dir01.c dir01_SOURCES = dir01.c
fio01_SOURCES = fio01.c fio01_SOURCES = fio01.c
fio02_SOURCES = fio02.c fio02_SOURCES = fio02.c