diff options
Diffstat (limited to 'ext.pc.template')
-rw-r--r-- | ext.pc.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext.pc.template b/ext.pc.template new file mode 100644 index 0000000..93dad69 --- /dev/null +++ b/ext.pc.template @@ -0,0 +1,6 @@ +includedir=@INCLUDEDIR@ + +Name: @NAME@ +Version: @VERSION@ +Description: @DESCRIPTION@ +Cflags: -I${includedir}/@INCLUDE_PATH@ |