mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
b3b7ea8e22
Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
29 lines
524 B
Makefile
29 lines
524 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\" \
|
|
$(gio_INCLUDES) \
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
|
-DGIO_COMPILATION \
|
|
-DG_DISABLE_DEPRECATED
|