diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:09:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:09:48 +0100 |
commit | 99c6590b3793197d8c60618ab6cf6a5e028d5e92 (patch) | |
tree | 6c90b55e82cf9e1441aef9c083c2cfcc060b40ec | |
parent | 120b11371ca98d1813134d32ea4a3d901287467b (diff) |
Apply 04_remove_menubg_britney_build_target.patch from Debian
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7cf64b2..815f187 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -93,7 +93,7 @@ feh_SOURCES = main.c getopt.c getopt1.c getopt.h feh.h options.c options.h winwi feh_LDADD = -lX11 -lz -lpng @IMLIB_LIBS@ @GIBLIB_LIBS@ -images_DATA = about.png menubg_default.png menubg_sky.png menubg_chrome.png menubg_brushed.png menubg_pastel.png menubg_aluminium.png menubg_aqua.png menubg_wood.png menubg_britney.png menubg_black.png +images_DATA = about.png menubg_default.png menubg_sky.png menubg_chrome.png menubg_brushed.png menubg_pastel.png menubg_aluminium.png menubg_aqua.png menubg_wood.png menubg_black.png imagesdir = $(prefix)/share/feh/images |