forked from AuroraMiddleware/gtk
d0e90e40b1
2004-11-08 Matthias Clasen <mclasen@redhat.com> * Sync from upstream
24 lines
397 B
Makefile
24 lines
397 B
Makefile
INCLUDES = -DXDG_PREFIX=_gtk_xdg
|
|
|
|
noinst_LTLIBRARIES = libxdgmime.la
|
|
|
|
libxdgmime_la_SOURCES = \
|
|
xdgmime.c \
|
|
xdgmime.h \
|
|
xdgmimealias.c \
|
|
xdgmimealias.h \
|
|
xdgmimeglob.c \
|
|
xdgmimeglob.h \
|
|
xdgmimeint.c \
|
|
xdgmimeint.h \
|
|
xdgmimemagic.c \
|
|
xdgmimemagic.h \
|
|
xdgmimeparent.c \
|
|
xdgmimeparent.h
|
|
|
|
noinst_PROGRAMS = test-mime
|
|
|
|
test_mime_LDADD = libxdgmime.la
|
|
test_mime_SOURCES = test-mime.c
|
|
|