Changeset f4d817d for Makefile.in


Ignore:
Timestamp:
Feb 11, 2009, 12:37:35 PM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
14489be
Parents:
3bc7358 (diff), b4c270c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'barnowl-1.0.5-security' into debian

Conflicts:

	.gitignore
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r8d07892a rf4d817d  
    55prefix = @prefix@
    66exec_prefix = @exec_prefix@
     7datarootdir = @datarootdir@
    78datadir = @datadir@/barnowl
    89bindir = @bindir@
     
    2526     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
    2627     keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \
    27      aim.c buddy.c buddylist.c timer.c style.c errqueue.c \
    28      zbuddylist.c muxevents.c popexec.c obarray.c select.c wcwidth.c \
     28     aim.c buddy.c buddylist.c style.c errqueue.c \
     29     zbuddylist.c popexec.c obarray.c select.c wcwidth.c \
    2930     glib_compat.c
    3031OWL_SRC = owl.c
     
    5354        $(ATHSTATIC) $(CC) -o $(EXE) owl.o $(OBJS) $(LDFLAGS) $(LIBS)
    5455
    55 tester: $(AUTOGEN) $(OBJS) tester.o
     56tester: $(AUTOGEN) $(OBJS) tester.o libfaim
    5657        $(ATHSTATIC) $(CC) -o tester tester.o $(OBJS) $(LDFLAGS) $(LIBS)
    5758
Note: See TracChangeset for help on using the changeset viewer.