Changeset 4fd3c04 for Makefile.am
- Timestamp:
- Oct 12, 2017, 8:28:02 PM (7 years ago)
- Branches:
- master
- Children:
- a882637
- Parents:
- ee6b30f
- git-author:
- Anders Kaseorg <andersk@mit.edu> (10/06/17 21:27:09)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (10/12/17 20:28:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r392b5cf r4fd3c04 43 43 dist_doc_DATA = doc/intro.txt doc/advanced.txt 44 44 45 bin_barnowl_LDADD = compat/libcompat.a libfaim/libfaim.a45 bin_barnowl_LDADD = compat/libcompat.a 46 46 47 47 bin_tester_SOURCES = $(BASE_SRCS) \ … … 50 50 nodist_bin_tester_SOURCES = $(GEN_C) $(GEN_H) 51 51 52 bin_tester_LDADD = compat/libcompat.a libfaim/libfaim.a52 bin_tester_LDADD = compat/libcompat.a 53 53 54 54 TESTS=runtests.sh 55 55 56 56 AM_CPPFLAGS = \ 57 -I$(top_srcdir)/libfaim/ \58 57 -DDATADIR='"$(pkgdatadir)"' \ 59 58 -DBINDIR='"$(bindir)"' … … 65 64 regex.c history.c view.c dict.c variable.c filterelement.c pair.c \ 66 65 keypress.c keymap.c keybinding.c cmd.c context.c \ 67 aim.c buddy.c buddylist.cstyle.c errqueue.c \66 style.c errqueue.c \ 68 67 zbuddylist.c popexec.c select.c wcwidth.c \ 69 68 mainpanel.c msgwin.c sepbar.c editcontext.c signal.c closures.c … … 125 124 cpanfile 126 125 127 SUBDIRS = compat libfaimperl126 SUBDIRS = compat perl
Note: See TracChangeset
for help on using the changeset viewer.