diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-12-22 20:51:05 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-12-22 20:51:05 +0100 |
commit | c33b387b3ed16bce4058b9088260c4ece1ff6342 (patch) | |
tree | ee0bfb4df1b599890549da40282a3e9e0aaf66f6 /Makefile.am | |
parent | e8f7754e312aeac4aaca74d304ed6e36ed2f6a0d (diff) | |
download | connman-c33b387b3ed16bce4058b9088260c4ece1ff6342.tar.gz connman-c33b387b3ed16bce4058b9088260c4ece1ff6342.tar.bz2 connman-c33b387b3ed16bce4058b9088260c4ece1ff6342.zip |
Add plugin infrastructure
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index baa76129..0a0969fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = src +SUBDIRS = include src plugins MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ |