summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-26 22:31:06 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-26 22:31:06 +0200
commitd95b00a4d606b97469fb38c69de66915ae9a0dd0 (patch)
tree49257fe2e501f7c4a6dc8c3ed17f90e1c731ea41 /Makefile.am
parent9d63b3e8d5466c0c9a775eb0d1f159e2aa575f66 (diff)
optimized search
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 056b4a9d..bd39e68d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,9 @@ deadbeef_SOURCES =\
conf.c conf.h\
threading_pthread.c threading.h\
volume.c volume.h\
- junklib.h junklib.c utf8.c utf8.h u8_lc_map.h ConvertUTF/ConvertUTF.c ConvertUTF/ConvertUTF.h\
+ junklib.h junklib.c utf8.c utf8.h\
+ u8_lc_map.h\
+ ConvertUTF/ConvertUTF.c ConvertUTF/ConvertUTF.h\
optmath.h\
vfs.c vfs.h vfs_stdio.c\
md5/md5.c md5/md5.h\