summaryrefslogtreecommitdiff
path: root/src/gudev/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-17 00:46:31 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-17 00:46:40 -0500
commit74126789861b5a87bb9fa5ebd1982e475ed3f5b2 (patch)
treea340fd7946cfc20404fee67f892ee263345b3233 /src/gudev/Makefile.am
parenta27ee4898f1d423de21edcddfdf97e9d63c88307 (diff)
src/gudev: builds successfully
Diffstat (limited to 'src/gudev/Makefile.am')
-rw-r--r--src/gudev/Makefile.am5
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 = \