Changeset ae333f0


Ignore:
Timestamp:
Apr 26, 2010, 3:46:12 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6dba228
Parents:
4123da1
git-author:
David Benjamin <davidben@mit.edu> (04/26/10 12:53:02)
git-committer:
David Benjamin <davidben@mit.edu> (04/26/10 15:46:12)
Message:
Add filterproc.c to BASE_SRCS

Fixes linking of the two tester executables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r858c9c4 rae333f0  
    1515barnowl_bin_SOURCES = $(BASE_SRCS) \
    1616     owl.h owl_perl.h config.h \
    17      owl.c filterproc.c \
     17     owl.c \
    1818     $(GEN_C) $(GEN_H)
    1919
     
    4949     aim.c buddy.c buddylist.c style.c errqueue.c \
    5050     zbuddylist.c popexec.c obarray.c select.c wcwidth.c \
    51      glib_compat.c
     51     glib_compat.c filterproc.c
    5252
    5353GEN_C = varstubs.c perlglue.c
Note: See TracChangeset for help on using the changeset viewer.