chiark / gitweb /
libudev: monitor - add event properties to udev_device
[elogind.git] / udev / lib / Makefile.am
index 430472735be481efb1bd37347d1cfb0d9ca47b3b..630888d3d9d9fcdb6bb4749905aa435a8f979116 100644 (file)
@@ -1,6 +1,7 @@
 AM_CPPFLAGS = \
        -DSYSCONFDIR=\""$(sysconfdir)"\" \
-       -DUDEV_PREFIX=\""$(udev_prefix)"\"
+       -DUDEV_PREFIX=\""$(udev_prefix)"\" \
+       -D_LIBUDEV_COMPILATION
 
 noinst_PROGRAMS = \
        test-libudev
@@ -19,11 +20,13 @@ include_HEADERS =\
        libudev.h
 
 libudev_la_SOURCES =\
+       exported_symbools \
        libudev-private.h \
        libudev.c \
        libudev-utils.c \
        libudev-device.c \
        libudev-enumerate.c \
+       libudev-ctrl.c \
        libudev-monitor.c \
        ../list.h \
        ../udev.h \
@@ -32,7 +35,6 @@ libudev_la_SOURCES =\
        ../udev_utils_file.c \
        ../udev_sysfs.c \
        ../udev_device.c \
-       ../udev_config.c \
        ../udev_db.c \
        ../udev_sysdeps.c