diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-20 22:19:39 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-20 22:19:39 +0200 | 
| commit | 3d0ed93889afb5ae739d2998e33178689c2de965 (patch) | |
| tree | 6963941e3ba16baa4592805b0841d34fc4e33a57 /plugingui/Makefile.am.plugingui | |
| parent | d1d257dea150d79bedcf691d4aaac429b621de46 (diff) | |
Remove non-working png hack.
Diffstat (limited to 'plugingui/Makefile.am.plugingui')
| -rw-r--r-- | plugingui/Makefile.am.plugingui | 12 | 
1 files changed, 1 insertions, 11 deletions
| diff --git a/plugingui/Makefile.am.plugingui b/plugingui/Makefile.am.plugingui index 09ac9a4..3de830d 100644 --- a/plugingui/Makefile.am.plugingui +++ b/plugingui/Makefile.am.plugingui @@ -29,17 +29,7 @@ PLUGIN_GUI_SOURCES = \  	$(top_srcdir)/plugingui/progressbar.cc \  	$(top_srcdir)/plugingui/verticalline.cc \  	$(top_srcdir)/plugingui/resource.cc \ -	$(top_srcdir)/plugingui/resource_data.cc \ -	$(top_srcdir)/plugingui/png/png.c \ -	$(top_srcdir)/plugingui/png/pngerror.c \ -	$(top_srcdir)/plugingui/png/pngmem.c \ -	$(top_srcdir)/plugingui/png/pngread.c \ -	$(top_srcdir)/plugingui/png/pngget.c \ -	$(top_srcdir)/plugingui/png/pngtrans.c \ -	$(top_srcdir)/plugingui/png/pngrutil.c \ -	$(top_srcdir)/plugingui/png/pngset.c \ -	$(top_srcdir)/plugingui/png/pngrio.c \ -	$(top_srcdir)/plugingui/png/pngrtran.c +	$(top_srcdir)/plugingui/resource_data.cc  PLUGIN_GUI_LIBS = $(X11_LIBS) $(PTHREAD_LIBS) $(PNG_CFLAGS) $(ZLIB_LIBS) | 
