diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
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 |