From ccceabd36ed168eefd785fb4fb720a577482fec1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 01:06:58 +0000 Subject: Added KDE3 version of knemo git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1091560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/knemod/Makefile.am | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/knemod/Makefile.am (limited to 'src/knemod/Makefile.am') diff --git a/src/knemod/Makefile.am b/src/knemod/Makefile.am new file mode 100644 index 0000000..a9496bc --- /dev/null +++ b/src/knemod/Makefile.am @@ -0,0 +1,47 @@ +## Makefile.am for knemo + +messages: rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/knemod.pot + +# this has all of the subdirectories that make will recurse into. if +# there are none, comment this out +SUBDIRS = pics backends + +# this is the program that gets installed. it's name is used for all +# of the other Makefile.am variables +kde_module_LTLIBRARIES = kded_knemod.la + +# set the include path for X, qt and KDE +INCLUDES = -I$(srcdir)/../common -I$(srcdir)/backends $(all_includes) + +# the library search path. +kded_knemod_la_LDFLAGS = -module -avoid-version $(all_libraries) + +# the libraries to link against. +kded_knemod_la_LIBADD = $(LIB_KIO) $(LIB_KUTILS) backends/libknemo_backends.la + +# which sources should be compiled for knemo +kded_knemod_la_SOURCES = knemodaemon.cpp knemodaemon.skel interface.cpp \ + interfaceicon.cpp interfacetray.cpp \ + interfacemonitor.cpp \ + interfacestatusdlg.ui interfacestatusdialog.cpp \ + interfacetooltip.cpp signalplotter.cpp \ + interfacestatistics.cpp interfacestatisticsdlg.ui \ + interfacestatisticsdialog.cpp + +# these are the headers for your project +noinst_HEADERS = knemodaemon.h interface.h interfaceicon.h \ + interfacemonitor.h \ + interfacestatusdialog.h interfacetray.h \ + interfacetooltip.h signalplotter.h \ + interfacestatistics.h global.h \ + interfacestatisticsdialog.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +services_DATA = knemod.desktop +servicesdir = $(kde_servicesdir)/kded + +mydata_DATA = eventsrc +mydatadir = $(kde_datadir)/knemo -- cgit v1.2.3