forked from AuroraMiddleware/gtk
b3bae3b40a
Wed Oct 22 23:20:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]: gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework for the new file selector widget. * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]: Initial implementation of the GtkFileChooser user interface. * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation for Unix files. * configure.in gtk/Makefile.am gtk/xdgmime: Build code for freedesktop.org MIME system on Unix. * tests/testfilechooser.c: Test program for GtkFileChooser * tests/prop-editor.c: Add support for properties on interfaces.
16 lines
256 B
Makefile
16 lines
256 B
Makefile
INCLUDES = -DXDG_PREFIX=_gtk_xdg
|
|
|
|
noinst_LTLIBRARIES = libxdgmime.la
|
|
|
|
libxdgmime_la_SOURCES = \
|
|
xdgmime.c \
|
|
xdgmimeglob.c \
|
|
xdgmimeint.c \
|
|
xdgmimemagic.c
|
|
|
|
noinst_PROGRAMS = test-mime
|
|
|
|
test_mime_LDADD = libxdgmime.la
|
|
test_mime_SOURCES = test-mime.c
|
|
|