mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Reorganize files and migrate images to gresource
This commit is contained in:
4
data/pkgconfig/Makefile.am
Normal file
4
data/pkgconfig/Makefile.am
Normal file
@@ -0,0 +1,4 @@
|
||||
pkgcfgdir = $(pkgconfigdir)
|
||||
pkgcfg_DATA = hexchat-plugin.pc
|
||||
|
||||
EXTRA_DIST = hexchat-plugin.pc.in
|
||||
9
data/pkgconfig/hexchat-plugin.pc.in
Normal file
9
data/pkgconfig/hexchat-plugin.pc.in
Normal file
@@ -0,0 +1,9 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
includedir=@includedir@
|
||||
hexchatlibdir=@hexchatlibdir@
|
||||
|
||||
Name: HexChat plugins
|
||||
Description: Header and path for HexChat plugins
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user