diff options
author | David Zeuthen <davidz@redhat.com> | 2009-10-29 18:44:58 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-10-29 18:46:50 +0100 |
commit | 5448cc56f674b49aa0a2d718cac4266e18286712 (patch) | |
tree | bb25acd59f309adf2dac72943ff304aeab00cc6a /Makefile.am | |
parent | 1150c6e641374196f6dc47bd0e01dee7504abd9b (diff) |
gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cf7d36419c..a6043371cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -335,7 +335,6 @@ extras_gudev_libgudev_1_0_la_CPPFLAGS = \ -I$(top_srcdir)/extras/gudev \ -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \ -D_GUDEV_COMPILATION \ - -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \ -DG_LOG_DOMAIN=\"GUdev\" extras_gudev_libgudev_1_0_la_CFLAGS = $(GLIB_CFLAGS) extras_gudev_libgudev_1_0_la_LIBADD = libudev/libudev.la $(GLIB_LIBS) |