1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Install developement files for plugins and pkg-config support (autotools).

This commit is contained in:
Emmanuel Bouthenot
2009-05-08 23:45:54 +02:00
parent 55aa9dd0e8
commit fabc49a0b8
3 changed files with 14 additions and 1 deletions
+6
View File
@@ -95,3 +95,9 @@ SUBDIRS = . $(alias_dir) $(aspell_dir) $(charset_dir) $(demo_dir) $(fifo_dir) \
$(trigger_dir) $(xfer_dir)
EXTRA_DIST = CMakeLists.txt
# install plugin header
install-data-hook:
$(INSTALL) -d $(includedir)/$(PACKAGE)
$(INSTALL_DATA) weechat-plugin.h $(includedir)/$(PACKAGE)