From eb203b01c9ee729e603289a63f881d9866f61ea6 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 15 Nov 2012 21:47:20 -0500 Subject: Final step of revamping the build system The structure of the source tree is basically correct and this is about as far as we can go without hacking at the C code. --- src/libudev/Makefile.am | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'src/libudev') diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index 57f22a6ec6..6db152466b 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -4,6 +4,9 @@ LIBUDEV_CURRENT=3 LIBUDEV_REVISION=0 LIBUDEV_AGE=2 +AM_CPPFLAGS = \ + -I $(top_srcdir)/src/shared + lib_LTLIBRARIES = \ libudev.la @@ -28,17 +31,6 @@ libudev_la_LDFLAGS = \ -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \ -Wl,--version-script=libudev.sym -pkgconfiglibdir=$(libdir)/pkgconfig -pkgconfiglib_DATA = \ - libudev.pc - -EXTRA_DIST = \ - libudev.pc.in \ - libudev.sym - -CLEANFILES = \ - libudev.pc - noinst_LTLIBRARIES = \ libudev-private.la @@ -51,3 +43,13 @@ libudev_private_la_CFLAGS = \ $(AM_CFLAGS) \ -fvisibility=default +pkgconfiglibdir=$(libdir)/pkgconfig +pkgconfiglib_DATA = \ + libudev.pc + +EXTRA_DIST = \ + libudev.pc.in \ + libudev.sym + +CLEANFILES = \ + libudev.pc -- cgit v1.2.3-54-g00ecf