diff options
| author | 2008-03-28 17:05:51 +0000 | |
|---|---|---|
| committer | 2008-03-28 17:05:51 +0000 | |
| commit | 02fbf9b89599db744d9aa4f9288f9a8166ce382d (patch) | |
| tree | 98f691d825ce93ba27b71c31cb8627b7d1c01319 /src/modules/theme | |
| parent | fix compilation under windows (diff) | |
| download | KVIrc-02fbf9b89599db744d9aa4f9288f9a8166ce382d.tar.gz KVIrc-02fbf9b89599db744d9aa4f9288f9a8166ce382d.tar.bz2 KVIrc-02fbf9b89599db744d9aa4f9288f9a8166ce382d.zip | |
new and definitive unix name rules :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1318 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/Makefile.am b/src/modules/theme/Makefile.am index e8a238799..717f473c8 100644 --- a/src/modules/theme/Makefile.am +++ b/src/modules/theme/Makefile.am @@ -19,7 +19,7 @@ nodist_libkvitheme_la_SOURCES = moc_managementdialog.cpp \ moc_packthemedialog.cpp \ moc_savethemedialog.cpp -libkvitheme_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvirclib.la +libkvitheme_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib4.la noinst_HEADERS= managementdialog.h \ packthemedialog.h \ |
