diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index e098e30c7..0105eb636 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -35,7 +35,7 @@ librpmbuild_la_LDFLAGS = -release @VERSION@ $(LDFLAGS) \ @WITH_LIBELF_LIB@ rpmfile.h: - @ln -sf $(top_builddir)/file/file.h $@ + @ln -sf $(top_builddir)/file/src/file.h $@ files.c rpmfc.c: rpmfile.h |