summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-09-22 13:53:41 -0400
committerIan Stakenvicius <axs@gentoo.org>2015-09-25 12:38:07 -0400
commit305f0eef4de67c09598271caf1d19c5436cd40d7 (patch)
tree6f822c59180e10f4e742536bb32e3fbe763d9aa3 /Makefile.am
parent389b9ce2288eecbbefabc0c486b5979f2be3d8ae (diff)
Forward-ported network rule-generator code from eudev-1.10eudev/v3.1.4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 29326906a3..0c6429df60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,3 +15,7 @@ SUBDIRS += \
hwdb
endif
+if ENABLE_RULE_GENERATOR
+SUBDIRS += \
+ rule_generator
+endif