Skip to content

Commit

Permalink
Merge pull request #9 from rfjakob/master
Browse files Browse the repository at this point in the history
Clean up autogenerated files, integrate Travis CI, fix build
  • Loading branch information
mariusae committed Jan 13, 2015
2 parents 17ed72d + c22a47e commit 66551ad
Show file tree
Hide file tree
Showing 18 changed files with 113 additions and 61,803 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Autogenerated files
/autom4te.cache
/Makefile.in
/configure
/aclocal.m4
*.loT
/Makefile
*.lo
*.o
*.so
/config.h
/config.log
/config.status
/libtool
/stamp-h1
/trickle
/tricklectl
/trickled
/config.guess
/config.sub
/install-sh
/missing
/mkinstalldirs
/ltmain.sh
/compile
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4

# Editor backups
*~
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: c
script: automake && autoconf && ./configure && make

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libtool libevent-dev

script: autoreconf -if && ./configure && make

2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ EXTRA_DIST = LICENSE README strlcat.c strlcpy.c err.c Makefile.am.inc \
trickled.conf.5 trickle-overload.c trickledu.c cleanup.h \
conf.h message.h trickle.h util.h bwstat.h client.h \
print.h trickledu.h xdr.h

ACLOCAL_AMFLAGS = -I m4
Loading

0 comments on commit 66551ad

Please sign in to comment.