Skip to content

Commit

Permalink
src/gudev: builds successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
blueness committed Nov 17, 2012
1 parent a27ee48 commit 7412678
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down Expand Up @@ -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 = \
Expand Down
3 changes: 1 addition & 2 deletions src/udev/accelerometer/Makefile.am
Expand Up @@ -10,6 +10,5 @@ accelerometer_SOURCES = \
accelerometer.c

accelerometer_LDADD = \
$(top_srcdir)/src/libudev/libudev-private.la \
$(top_srcdir)/src/udev-core.la \
$(top_srcdir)/src/libudev/libudev.la \
-lm
2 changes: 1 addition & 1 deletion src/udev/scsi_id/Makefile.am
Expand Up @@ -17,4 +17,4 @@ scsi_id_LDADD = \
$(top_srcdir)/src/udev/libudev-core.la

EXTRA_DIST = \
scsi_id/README
README

0 comments on commit 7412678

Please sign in to comment.