sugar-toolkit-gtk3/lib/Makefile.am
Marco Pesenti Gritti b23b63cdd5 Split the UI part of sugarext out to his own module to avoid
dragging gtk inside services.
2007-07-27 20:15:31 +02:00

22 lines
351 B
Makefile

SUBDIRS = ui
INCLUDES = -DXDG_PREFIX=sugar_mime
noinst_LTLIBRARIES = libsugar.la
libsugar_la_SOURCES = \
xdgmime.c \
xdgmime.h \
xdgmimealias.c \
xdgmimealias.h \
xdgmimecache.c \
xdgmimecache.h \
xdgmimeglob.c \
xdgmimeglob.h \
xdgmimeint.c \
xdgmimeint.h \
xdgmimemagic.c \
xdgmimemagic.h \
xdgmimeparent.c \
xdgmimeparent.h