summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:59:23 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:59:23 +0100
commit6baade238e8f444cd0fad56c5eee37c510def90d (patch)
tree7338359b067d5357e9ca3fb75450c85383d98da4 /lib
parent0659562774832c0136faf68da22e51bf51cff055 (diff)
downloadmdk-6baade238e8f444cd0fad56c5eee37c510def90d.tar.gz
mdk-6baade238e8f444cd0fad56c5eee37c510def90d.tar.bz2
dummy.c -> darwin.c
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c40d7da..d9c7845 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,7 +14,7 @@ EXTRA_DIST = getopt_long.c getopt.h
noinst_LIBRARIES = libreplace.a
if DARWIN_SYSTEM
-libreplace_a_SOURCES = dummy.c
+libreplace_a_SOURCES = darwin.c
else
libreplace_a_SOURCES =
endif