diff options
author | carlosg <carlosg> | 2006-07-07 12:15:28 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-07-07 12:15:28 +0000 |
commit | 2c33456f2d106197735358b7aa47a8943d0d1de1 (patch) | |
tree | 4f6a8a5887fa84f11d643e46ae599148916ced30 /Makefile.am | |
parent | 1e30e4c458606e01d106bd6f0ffc37e3313126ac (diff) |
2006-07-07 Carlos Garnacho <carlosg@gnome.org>
* AUTHORS.Net-DBus, COPYING.Net-DBus, Net-DBus/*, configure.in,
Makefile.am: Modified patch from Frederic Peters <fpeters@0d.be> to
include an internal copy of Net::DBus.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8faa192..e0893fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = m4macros files Init Network Shares Time Users Utils +if INTERNAL_NET_DBUS +net_dbus_SUBDIRS = Net-DBus +endif + +SUBDIRS = m4macros files Init Network Shares Time Users Utils $(net_dbus_SUBDIRS) modulesdir = $(scriptsdir) modules_DATA = \ |