diff options
| author | 2007-04-15 19:40:49 +0000 | |
|---|---|---|
| committer | 2007-04-15 19:40:49 +0000 | |
| commit | e771ee48ee5671945796e02b6b52102a5784740e (patch) | |
| tree | da7a6dd572abadeead67871a866b1adab70218ee /src/modules | |
| parent | small fixes (diff) | |
| download | KVIrc-e771ee48ee5671945796e02b6b52102a5784740e.tar.gz KVIrc-e771ee48ee5671945796e02b6b52102a5784740e.tar.bz2 KVIrc-e771ee48ee5671945796e02b6b52102a5784740e.zip | |
updated Makefile.am for system module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@491 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/system/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/Makefile.am b/src/modules/system/Makefile.am index 264072c8b..3c5456875 100644 --- a/src/modules/system/Makefile.am +++ b/src/modules/system/Makefile.am @@ -9,7 +9,7 @@ pluglib_LTLIBRARIES = libkvisystem.la libkvisystem_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS) -libkvisystem_la_SOURCES = libkvisystem.cpp +libkvisystem_la_SOURCES = libkvisystem.cpp plugin.cpp libkvisystem_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib.la # noinst_HEADERS= |
