diff options
| author | 2008-02-26 20:34:27 +0000 | |
|---|---|---|
| committer | 2008-02-26 20:34:27 +0000 | |
| commit | 45bec9cd78cd58ce97f715f27d0f7c1b9d2203fa (patch) | |
| tree | f4705729330b8118383443dc36e5f41db54a0d5c /src/modules | |
| parent | updated Hungarian translation (diff) | |
| download | KVIrc-45bec9cd78cd58ce97f715f27d0f7c1b9d2203fa.tar.gz KVIrc-45bec9cd78cd58ce97f715f27d0f7c1b9d2203fa.tar.bz2 KVIrc-45bec9cd78cd58ce97f715f27d0f7c1b9d2203fa.zip | |
Fix for a missing header in Makefile.am
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1170 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 3c5456875..69302d13c 100644 --- a/src/modules/system/Makefile.am +++ b/src/modules/system/Makefile.am @@ -12,7 +12,7 @@ libkvisystem_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS) libkvisystem_la_SOURCES = libkvisystem.cpp plugin.cpp libkvisystem_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib.la -# noinst_HEADERS= +noinst_HEADERS = plugin.h %.moc: %.h $(SS_QT_MOC) $< -o $@ |
