parent
b4697bcfd6
commit
d67c4c24d2
@ -1,3 +1,8 @@
|
|||||||
bin_SCRIPTS = akode-config
|
bin_SCRIPTS = akode-config
|
||||||
|
|
||||||
SUBDIRS= lib plugins akodeplay
|
SUBDIRS= lib plugins akodeplay
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = akode.pc
|
||||||
|
|
||||||
|
EXTRA_DIST = akode.pc.in
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: akode
|
||||||
|
Description: aKode is a simple audio-decoding frame-work
|
||||||
|
Version: 2.0.2
|
||||||
|
Libs: -L${libdir} -lakode
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in new issue