diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-07-08 11:21:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-07-08 11:21:48 +0000 |
commit | 7946dd7553fe593d18dc206e5a49ac12ab149833 (patch) | |
tree | eb40dbc0d5aba92f5e23efada2b7b0d22d0cf2fa /Makefile.am | |
parent | b77bd80822529d3892e4b5248bb1e15a3eb1a9e6 (diff) | |
download | gpsd-7946dd7553fe593d18dc206e5a49ac12ab149833.tar.gz |
Autodetect DBUS support (from Petter Reinhold).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c7e8bd11..56c8de62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ # Automake description for gpsd +SUBDIRS = contrib + # # Build stuff depending on Motif # |