Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rc266281 r353719a  
    3939
    4040CODELIST_SRCS=message.c mainwin.c popwin.c zephyr.c messagelist.c \
    41      commands.c global.c text.c fmtext.c editwin.c util.c logging.c \
     41     commands.c global.c text.c fmtext.c editwin.c \
     42     util.c logging.c \
    4243     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
    4344     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
     
    4546     aim.c buddy.c buddylist.c style.c errqueue.c \
    4647     zbuddylist.c popexec.c select.c wcwidth.c \
    47      mainpanel.c msgwin.c sepbar.c editcontext.c signal.c
     48     mainpanel.c msgwin.c sepbar.c editcontext.c signal.c closures.c
    4849
    4950NORMAL_SRCS = filterproc.c window.c windowcb.c
     
    5152BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
    5253
    53 GEN_C = varstubs.c perlglue.c
    54 GEN_H = owl_prototypes.h
     54GEN_C = varstubs.c perlglue.c gmarshal_funcs.c
     55GEN_H = owl_prototypes.h gmarshal_funcs.h
    5556
    5657BUILT_SOURCES = $(GEN_C) $(GEN_H)
     
    7475        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7576
     77gmarshal_funcs.h: marshal_types
     78        glib-genmarshal --header $< > $@
     79gmarshal_funcs.c: marshal_types
     80        glib-genmarshal --body $< > $@
     81
    7682# For emacs flymake-mode
    7783check-syntax: proto
Note: See TracChangeset for help on using the changeset viewer.