diff options
author | reinelt <> | 2004-03-13 06:49:20 +0000 |
---|---|---|
committer | reinelt <> | 2004-03-13 06:49:20 +0000 |
commit | ae0b6c1c7c6f4528d2e2e70313ce163ae7495bd6 (patch) | |
tree | 54712a60d71387018771e9c690769c3926a11cff /Makefile.am | |
parent | 5bd6d9553cdc18aebf461e3f0206f5891b55ffc3 (diff) | |
download | lcd4linux-ae0b6c1c7c6f4528d2e2e70313ce163ae7495bd6.tar.gz |
[lcd4linux @ 2004-03-13 06:49:20 by reinelt]
seti@home plugin ported to NextGeneration
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 100aebd..88e9b18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ plugin_dvb.c \ plugin_i2c_sensors.c \ plugin_imon.c \ plugin_xmms.c \ -plugin_mysql.c +plugin_mysql.c \ +plugin_seti.c #liblcd4linux_la_DEPENDENCIES = @DRIVERS@ #liblcd4linux_la_LDFLAGS = -version-info 9:12:9 |