From 8b4aaf4ef5f2f1ba114b0f2a1a94db273ad45e4f Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 13 May 2007 14:36:05 +0000 Subject: Now using pkgconfig for library dependencies. --- libneofx-0.1.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libneofx-0.1.pc.in (limited to 'libneofx-0.1.pc.in') diff --git a/libneofx-0.1.pc.in b/libneofx-0.1.pc.in new file mode 100644 index 0000000..026426e --- /dev/null +++ b/libneofx-0.1.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libneofx +Description: NeoFX library +Version: @VERSION@ +Libs: -L${libdir} -lneofx +Cflags: -I${includedir}/libneofx-0.1 -- cgit v1.2.3