Changeset 37f9818
- Timestamp:
- May 31, 2010, 5:28:25 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- e96b4ce
- Parents:
- 5d74b7c
- git-author:
- David Benjamin <davidben@mit.edu> (05/31/10 17:26:32)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/31/10 17:28:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r449af72 r37f9818 43 43 $(GIT_FLAGS) 44 44 45 BASE_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \45 CODELIST_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \ 46 46 commands.c global.c text.c fmtext.c editwin.c util.c logging.c \ 47 47 perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \ … … 50 50 aim.c buddy.c buddylist.c style.c errqueue.c \ 51 51 zbuddylist.c popexec.c select.c wcwidth.c window.c \ 52 glib_compat.c filterproc.c 52 glib_compat.c 53 54 NORMAL_SRCS = filterproc.c 55 56 BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS) 53 57 54 58 GEN_C = varstubs.c perlglue.c … … 72 76 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@ 73 77 74 owl_prototypes.h.new: codelist.pl varstubs.c $( BASE_SRCS)78 owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS) 75 79 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@ 76 80
Note: See TracChangeset
for help on using the changeset viewer.