mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
e5440f865d
https://defect.opensolaris.org/bz/show_bug.cgi?id=10194 Updated copyright.
33 lines
629 B
Makefile
33 lines
629 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
NULL =
|
|
|
|
noinst_LTLIBRARIES = libfen.la
|
|
|
|
libfen_la_SOURCES = \
|
|
fen-dump.c \
|
|
fen-dump.h \
|
|
fen-kernel.c \
|
|
fen-kernel.h \
|
|
fen-node.c \
|
|
fen-node.h \
|
|
fen-helper.c \
|
|
fen-helper.h \
|
|
gfenfilemonitor.c \
|
|
gfenfilemonitor.h \
|
|
gfendirectorymonitor.c \
|
|
gfendirectorymonitor.h \
|
|
$(NULL)
|
|
|
|
libfen_la_CFLAGS = \
|
|
-DG_LOG_DOMAIN=\"GLib-GIO\" \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/glib \
|
|
-I$(top_srcdir)/gmodule \
|
|
-I$(top_srcdir)/gio \
|
|
-I$(top_builddir)/gio \
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
|
-DGIO_COMPILATION \
|
|
-DG_DISABLE_DEPRECATED
|