mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
If glib sources are found from some subdirectory, always compile it and
use it even if glib is already installed somewhere else. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@860 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8ce36c05ea
commit
972c06ba17
2 changed files with 35 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ if BUILD_SERVERTEST
|
|||
SERVERTEST=servertest
|
||||
endif
|
||||
|
||||
SUBDIRS = po intl src $(SERVERTEST) docs scripts
|
||||
SUBDIRS = po intl $(GLIB_DIR) src $(SERVERTEST) docs scripts
|
||||
|
||||
confdir = $(sysconfdir)/irssi
|
||||
conf_DATA = config colorless.theme split.theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue