You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
712 B
26 lines
712 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources \
|
||
|
$(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kde_module_LTLIBRARIES = libkima.la
|
||
|
|
||
|
libkima_la_SOURCES = kima.cpp flowlayout.cpp sourcelistitem.cpp prefs.ui
|
||
|
libkima_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||
|
libkima_la_LIBADD = $(top_builddir)/src/cpufreqd/libcpufreqd.la \
|
||
|
$(top_builddir)/src/sources/libsources.la $(LIB_KDEUI)
|
||
|
|
||
|
kima_DATA = kima.desktop
|
||
|
kimadir = $(kde_datadir)/kicker/applets
|
||
|
|
||
|
KDE_ICON = hwinfo
|
||
|
EXTRA_DIST = $(kima_DATA)
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp */*.cpp -o $(podir)/kima.pot
|
||
|
noinst_HEADERS = kima.h flowlayout.h sourcelistitem.h
|
||
|
|
||
|
SUBDIRS = cpufreqd sources
|
||
|
|
||
|
AM_CXXFLAGS = @libhal_CFLAGS@
|
||
|
LIBS += @libhal_LIBS@
|