mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 16:10:11 +01:00
0.7 requires dbus 1.1 or greater (for system bus activation), so make that explicit, and remove compat code for D-Bus 0.6 and earlier. Consolidate the various glib pkgconfig checks into one, since most anything will require gthread, glib, and gobject anyway. Fixup the docs makefile to be more automake-compatible and let 'make clean' actually work correctly when docs are built.
29 lines
612 B
Makefile
29 lines
612 B
Makefile
INCLUDES = -I${top_srcdir}/include -I${top_builddir}/marshallers
|
|
|
|
noinst_LTLIBRARIES = libgfilemonitor.la
|
|
|
|
libgfilemonitor_la_SOURCES = \
|
|
gfile.c \
|
|
gfile.h \
|
|
gfilemonitor.c \
|
|
gfilemonitor.h \
|
|
glocalfilemonitor.c \
|
|
glocalfilemonitor.h \
|
|
glocaldirectorymonitor.c \
|
|
glocaldirectorymonitor.h \
|
|
inotify-diag.c \
|
|
inotify-diag.h \
|
|
inotify-helper.c \
|
|
inotify-helper.h \
|
|
inotify-kernel.c \
|
|
inotify-kernel.h \
|
|
inotify-missing.c \
|
|
inotify-missing.h \
|
|
inotify-path.c \
|
|
inotify-path.h \
|
|
inotify-sub.c \
|
|
inotify-sub.h
|
|
|
|
libgfilemonitor_la_CPPFLAGS = $(GLIB_CFLAGS)
|
|
|
|
libgfilemonitor_la_LIBADD = $(GLIB_LIBS)
|