Skip to content

Commit

Permalink
Refactoring: moved all code into src/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjan committed Oct 11, 2014
1 parent 04d4e90 commit 8972c82
Show file tree
Hide file tree
Showing 39 changed files with 2,312 additions and 131 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/config.h
/config.log
/config.status
/stamp-h1


### Files produced by ./configure
Expand All @@ -16,5 +17,5 @@
#
*.o
/contrib/sles/snoopy.spec
/snoopy.so
/snoopy-test-output
/src/snoopy.so
/src/bin/snoopy-test-output
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
#SUBDIRS = src bin
SUBDIRS = src
EXTRA_DIST = autogen.sh

enable:
./enable.sh $(libdir)
Loading

0 comments on commit 8972c82

Please sign in to comment.