diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 00:46:31 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 00:46:40 -0500 |
commit | 74126789861b5a87bb9fa5ebd1982e475ed3f5b2 (patch) | |
tree | a340fd7946cfc20404fee67f892ee263345b3233 /src/gudev/Makefile.am | |
parent | a27ee4898f1d423de21edcddfdf97e9d63c88307 (diff) |
src/gudev: builds successfully
Diffstat (limited to 'src/gudev/Makefile.am')
-rw-r--r-- | src/gudev/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gudev/Makefile.am b/src/gudev/Makefile.am index ae486f8dd6..c09e44d25d 100644 --- a/src/gudev/Makefile.am +++ b/src/gudev/Makefile.am @@ -1,6 +1,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} if ENABLE_GUDEV +LIBGUDEV_CURRENT=1 +LIBGUDEV_REVISION=2 +LIBGUDEV_AGE=1 libgudev_includedir = \ $(includedir)/gudev-1.0/gudev @@ -62,7 +65,7 @@ libgudev_1_0_la_CFLAGS = \ $(GLIB_CFLAGS) libgudev_1_0_la_LIBADD = \ - libudev.la \ + $(top_srcdir)/src/libudev/libudev.la \ $(GLIB_LIBS) libgudev_1_0_la_LDFLAGS = \ |