Skip to content

Commit

Permalink
Removed showimage from installed files
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 9, 2003
1 parent c5821e2 commit e5eab10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -35,7 +35,7 @@ libSDL_image_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_image_la_LIBADD = @IMG_LIBS@

bin_PROGRAMS = showimage
noinst_PROGRAMS = showimage

showimage_LDADD = libSDL_image.la

Expand Down
1 change: 0 additions & 1 deletion SDL_image.spec.in
Expand Up @@ -50,7 +50,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README CHANGES COPYING
%{prefix}/bin/showimage
%{prefix}/lib/lib*.so.*

%files devel
Expand Down

0 comments on commit e5eab10

Please sign in to comment.