summaryrefslogtreecommitdiff
path: root/src/deps.mk
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-04 08:16:45 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-04 08:16:45 +0200
commita44fa037370ec37da1cf53682360ef902991ba10 (patch)
tree9abfec985afddfce443880968afbb4055283b099 /src/deps.mk
parent0fbb7e793ec3564250914b77888df26b09a260af (diff)
Revert "Remove unused files getopt.c und getopt1.c"
This reverts commit a5ba357a4ff1437e805029ec177d8bda7f415c5f. These files may have been here for non-glibc compatibility, as other libcs apparently not neccessarily introduce getopt_long. I'm planning to test this, but as it may take a while until I get my hands on a suitable test system it definitely won't hurt to revert this until then.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deps.mk b/src/deps.mk
index 8d8358d..5cd4fdf 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -6,6 +6,8 @@ feh_png.o: feh_png.c feh_png.h feh.h structs.h menu.h ipc.h utils.h \
getopt.h debug.h
filelist.o: filelist.c feh.h structs.h menu.h ipc.h utils.h getopt.h \
debug.h filelist.h options.h
+getopt.o: getopt.c
+getopt1.o: getopt1.c getopt.h
imlib.o: imlib.c feh.h structs.h menu.h ipc.h utils.h getopt.h debug.h \
filelist.h winwidget.h options.h
index.o: index.c feh.h structs.h menu.h ipc.h utils.h getopt.h debug.h \