Logo
Explore Help
Register Sign In
deepend/zoitechat
1
0
Fork 0
You've already forked zoitechat
mirror of https://github.com/ZoiteChat/zoitechat.git synced 2026-03-10 07:50:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
2edf50d4ddc61ce6f73bf02263c9bdd09632c66b
zoitechat/data/Makefile.am

17 lines
171 B
Makefile
Raw Normal View History

build: Avoid installing uncessary files with features disabled
2016-08-27 22:42:36 -04:00
SUBDIRS =
if DO_PLUGIN
SUBDIRS += pkgconfig
endif
Install a pkgconfig .pc file. This allows external plugins to find where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in
2013-04-16 12:58:33 +02:00
MAKE: don't include icons and desktop file for non-gtk builds
2013-03-31 16:59:49 +02:00
if DO_GTK
build: Avoid installing uncessary files with features disabled
2016-08-27 22:42:36 -04:00
SUBDIRS += icons misc man
else
if WITH_TM
SUBDIRS += misc
endif
MAKE: don't include icons and desktop file for non-gtk builds
2013-03-31 16:59:49 +02:00
endif
build: Let 'make dist' do a better job
2015-10-16 17:25:01 +02:00
EXTRA_DIST = \
hexchat.gresource.xml
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API

Service Provided by tilde.club.