diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-26 16:38:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-26 16:38:22 +0100 |
commit | 2e87ebe040eee6ec32404411369c433447fce936 (patch) | |
tree | d9cedaa7d089ba3ac854cfe8fd0482b956a861e9 /src/Makefile.am | |
parent | 527c95cf0f32abcbdb1c7460fc50d334430758e8 (diff) |
Remove the (now unneccessary) libjpeg code
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1dbc0f0..b87f0e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,9 +14,8 @@ feh_SOURCES = main.c getopt.c getopt1.c getopt.h feh.h \ options.c options.h winwidget.c winwidget.h menu.c menu.h structs.h \ filelist.c filelist.h multiwindow.c imlib.c index.c slideshow.c \ utils.c utils.h keyevents.c timers.c timers.h list.c collage.c debug.h \ -events.c events.h support.c support.h transupp.c transupp.h \ -thumbnail.c thumbnail.h ipc.c ipc.h md5.c md5.h feh_png.c feh_png.h \ -jpegint.h +events.c events.h support.c support.h \ +thumbnail.c thumbnail.h ipc.c ipc.h md5.c md5.h feh_png.c feh_png.h feh_LDADD = -lX11 -lz -lpng @IMLIB_LIBS@ @GIBLIB_LIBS@ |