- Timestamp:
- 2023-03-04T19:59:09Z (21 months ago)
- Branches:
- master
- Children:
- 50d0a72
- Parents:
- 709f41f
- git-author:
- Petr Vaněk <arkamar@…> (04-03-23 19:59:09)
- git-committer:
- GitHub <noreply@…> (04-03-23 19:59:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r709f41f r82149f4 11 11 # Program variables 12 12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_cap.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o $(OTR_BI) query.o root_commands.o set.o storage.o $(STORAGE_OBJS) auth.o $(AUTH_OBJS) unix.o conf.o log.o 13 headers = $(wildcard $(_SRCDIR_)*.h $(_SRCDIR_)lib/*.h $(_SRCDIR_)protocols/*.h) 13 allheaders = $(wildcard $(_SRCDIR_)*.h $(_SRCDIR_)lib/*.h $(_SRCDIR_)protocols/*.h) 14 ifeq ($(EXTERNAL_JSON_PARSER),1) 15 headers = $(filter-out $(_SRCDIR_)lib/json.h,$(allheaders)) 16 else 17 headers = $(allheaders) 18 endif 14 19 subdirs = lib protocols 15 20
Note: See TracChangeset
for help on using the changeset viewer.