diff options
| author | 2008-06-03 13:52:40 +0000 | |
|---|---|---|
| committer | 2008-06-03 13:52:40 +0000 | |
| commit | bba45262491802e429d28eaa3ee29461bd2de4ff (patch) | |
| tree | b2d2b4d2b5b81f55672f5e4f3adf840a837ad3d8 /src/modules/spaste/Makefile.am | |
| parent | fixed close button (diff) | |
| download | KVIrc-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/spaste/Makefile.am')
| -rw-r--r-- | src/modules/spaste/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/modules/spaste/Makefile.am b/src/modules/spaste/Makefile.am deleted file mode 100644 index d39785845..000000000 --- a/src/modules/spaste/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# KVirc IRC client Makestr - 10.03.2002 Juanjo Álvarez <juanjux@yahoo.es> -############################################################################### - -AM_CPPFLAGS = -I$(SS_TOPSRCDIR)/src/kvilib/include/ -I$(SS_TOPSRCDIR)/src/kvirc/include/ \ --I/usr/include/kde/arts\ -$(SS_INCDIRS) $(SS_CPPFLAGS) -DGLOBAL_KVIRC_DIR=\"$(globalkvircdir)\" - -#ARTS_LD_FLAGS = -DPIC -fPIC -#ARTS_C_FLAGS = -L/usr/lib -ldl -lartsc -lpthread -pluglib_LTLIBRARIES = libkvispaste.la - -libkvispaste_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS) - -libkvispaste_la_SOURCES = libkvispaste.cpp controller.cpp -libkvispaste_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib4.la - - -noinst_HEADERS= controller.h libkvispaste.h - -%.moc: %.h - $(SS_QT_MOC) $< -o $@ - -controller.cpp: controller.moc |
