comparison src/Makefile.am @ 113:55166d93498d

Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net> * configure.in: Add test for lcms (little cms). * Makefile.am: Add color-man.[ch]: * color-man.[ch]: New files for color management support. * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile variables and option saving. * image.[ch]: Add color profile functions. * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and fix sort menu to use radio buttons. * menu.c: Use radio buttons for sort menu when appropriate. * preferences.c: Add color profile options to preferences. * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus. * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion. * view_file_icon.c, view_file_list.c: Check for active state in sort menu callbacks. * README: Add info about lcms, and how to disable.
author gqview
date Sat, 25 Nov 2006 03:00:33 +0000
parents de64a683d5d0
children 0ca3b4c8ffae
comparison
equal deleted inserted replaced
112:b15d4c18168f 113:55166d93498d
72 collect-dlg.h \ 72 collect-dlg.h \
73 collect-io.c \ 73 collect-io.c \
74 collect-io.h \ 74 collect-io.h \
75 collect-table.c \ 75 collect-table.c \
76 collect-table.h \ 76 collect-table.h \
77 color-man.c \
78 color-man.h \
77 dnd.c \ 79 dnd.c \
78 dnd.h \ 80 dnd.h \
79 dupe.c \ 81 dupe.c \
80 dupe.h \ 82 dupe.h \
81 editors.c \ 83 editors.c \
162 view_file_list.c \ 164 view_file_list.c \
163 view_file_list.h \ 165 view_file_list.h \
164 view_file_icon.c \ 166 view_file_icon.c \
165 view_file_icon.h 167 view_file_icon.h
166 168
167 gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) 169 gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS)
168 170
169 EXTRA_DIST = \ 171 EXTRA_DIST = \
170 $(extra_SLIK) 172 $(extra_SLIK)
171 173