summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-30 06:00:26 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-30 06:00:26 +0900
commitf1fe4869d96faed05b73addaf29d312acebc1419 (patch)
treeb3a84e20415db4355a3845bb247f08dbabe3863c /Makefile
parent85e3a4ad2902c5aabb5944f94961d0e1610bad26 (diff)
downloadsubsurface-f1fe4869d96faed05b73addaf29d312acebc1419.tar.gz
Stop building prefs.c
The only tiny function in there that was still needed seems to fit nicely into main.c Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c9373d19..46d5d0096 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,6 @@ SOURCES = \
info.c \
main.c \
parse-xml.c \
- prefs.c \
profile.c \
save-xml.c \
sha1.c \