diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-12-07 15:31:52 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-12-07 15:31:52 +0100 |
commit | 3cca83a352842d58b8ab2d01fc2594ae2e284a50 (patch) | |
tree | 641b4ef93cb08db735bf9f0178ad3467f95f137e /Makefile.files | |
parent | 2c628b69ab19817ff219bf1fd51f4517c3b87c67 (diff) | |
parent | 26b8b48b4952249a13855a21946955a10c77837f (diff) |
Merge branch 'master' of https://git.oftal.dk/debug
Conflicts:
Makefile
debug.c
main.c
Diffstat (limited to 'Makefile.files')
-rw-r--r-- | Makefile.files | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.files b/Makefile.files index e707d13..4781f2c 100644 --- a/Makefile.files +++ b/Makefile.files @@ -4,7 +4,9 @@ # DEBUG_SOURCES = \ - debug.c + debug.c \ + debug_filter.c DEBUG_EXTRA_DIST = \ - debug.h
\ No newline at end of file + debug.h \ + debug_filter.h
\ No newline at end of file |