Navigation Menu

Skip to content

Commit

Permalink
sdl.pc is in build directory, not source
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 6, 2006
1 parent aaa6f9a commit 38ab2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -98,7 +98,7 @@ install-data:
$(SHELL) $(auxdir)/mkinstalldirs $(datadir)/aclocal
$(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl.m4
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)/pkgconfig
$(INSTALL) -m 644 $(srcdir)/sdl.pc $(libdir)/pkgconfig
$(INSTALL) -m 644 sdl.pc $(libdir)/pkgconfig
install-man:
$(SHELL) $(auxdir)/mkinstalldirs $(mandir)/man3
for src in $(srcdir)/docs/man3/*.3; do \
Expand Down

0 comments on commit 38ab2fa

Please sign in to comment.