diff options
Diffstat (limited to 'devices/Makefile.am')
-rw-r--r-- | devices/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devices/Makefile.am b/devices/Makefile.am new file mode 100644 index 0000000..b5bbd37 --- /dev/null +++ b/devices/Makefile.am @@ -0,0 +1,6 @@ +if BUILD_FORWARDER +FORWARDER_DIR = forwarder +endif + +SUBDIRS = $(FORWARDER_DIR) +DIST_SUBDIRS = forwarder |