aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-06-03 13:52:40 +0000
committerGravatar Elvio Basello2008-06-03 13:52:40 +0000
commitbba45262491802e429d28eaa3ee29461bd2de4ff (patch)
treeb2d2b4d2b5b81f55672f5e4f3adf840a837ad3d8 /src/modules/popupeditor
parentfixed close button (diff)
downloadKVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.tar.gz
KVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.tar.bz2
KVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.zip
oh yeah, removed autotools!;
bumped sources date; cleaned up a bit kvi_settings.h; added -DVERBOSE to cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1898 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor')
-rw-r--r--src/modules/popupeditor/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/modules/popupeditor/Makefile.am b/src/modules/popupeditor/Makefile.am
deleted file mode 100644
index 2e1730605..000000000
--- a/src/modules/popupeditor/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-AM_CPPFLAGS = -I$(SS_TOPSRCDIR)/src/kvilib/include/ -I$(SS_TOPSRCDIR)/src/kvirc/include/ \
-$(SS_INCDIRS) $(SS_CPPFLAGS) -DGLOBAL_KVIRC_DIR=\"$(globalkvircdir)\"
-
-pluglib_LTLIBRARIES = libkvipopupeditor.la
-
-libkvipopupeditor_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS)
-
-libkvipopupeditor_la_SOURCES = libkvipopupeditor.cpp popupeditor.cpp
-nodist_libkvipopupeditor_la_SOURCES = moc_popupeditor.cpp
-
-noinst_HEADERS = popupeditor.h
-libkvipopupeditor_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib4.la
-
-# noinst_HEADERS=
-
-moc_popupeditor.cpp: popupeditor.h
- $(SS_QT_MOC) $< -o $@