diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 18:20:42 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 18:20:42 -0400 |
commit | 5496aef5f410ca665c76fb1bbfb584c7925fd49e (patch) | |
tree | 3e983061173055c4f3bda799986c7f461b0973ff /Makefile.am | |
parent | bbd6ee5c5916da5f54678a7500b0a420352079a2 (diff) |
more
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 849ef8a73d..9b6b6e3ee2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3669,6 +3669,7 @@ include_HEADERS += \ rootlib_LTLIBRARIES += \ libudev.la +#@src/libudev/src/Makefile libudev_la_SOURCES =\ src/libudev/libudev.sym \ src/libudev/libudev-private.h \ @@ -3682,6 +3683,7 @@ libudev_la_SOURCES =\ src/libudev/libudev-monitor.c \ src/libudev/libudev-queue.c \ src/libudev/libudev-hwdb.c +#@src/libudev/Makefile libudev_la_LDFLAGS = \ $(AM_LDFLAGS) \ @@ -5213,7 +5215,7 @@ polkitpolicy_in_files += \ EXTRA_DIST += \ units/systemd-machined.service.in -#@src/grp-machine/grp-import/Makefile ------------------------------------------ +# ------------------------------------------------------------------------------ if ENABLE_IMPORTD if HAVE_LIBCURL @@ -5374,7 +5376,7 @@ test_qcow2_LDADD = \ libshared.la \ $(ZLIB_LIBS) -#@src/grp-machine/grp-import/Makefile +#@discard.mk endif # HAVE_GCRYPT endif # HAVE_BZIP2 endif # HAVE_ZLIB |