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.
21 lines
748 B
21 lines
748 B
15 years ago
|
INCLUDES = -I$(srcdir)/../taskmanager -I$(srcdir)/../libkicker -I$(top_builddir)/kicker/libkicker $(all_includes)
|
||
|
|
||
|
# KDE 4: rename to libkickertaskbar.la!
|
||
|
|
||
|
lib_LTLIBRARIES = libtaskbar.la
|
||
|
libtaskbar_la_SOURCES = taskbarsettings.kcfgc taskcontainer.cpp taskbar.cpp \
|
||
|
taskbarcontainer.cpp taskbarcontainer.skel
|
||
|
|
||
|
libtaskbar_la_METASOURCES = AUTO
|
||
|
|
||
|
libtaskbar_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) -no-undefined
|
||
|
libtaskbar_la_LIBADD = $(LIB_KDEUI) $(LIB_KUTILS) ../libkicker/libkickermain.la ../taskmanager/libtaskmanager.la
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp *.h -o $(podir)/libtaskbar.pot
|
||
|
|
||
|
taskbar.lo: ../libkicker/kickerSettings.h
|
||
|
taskbarcontainer.lo: ../libkicker/kickerSettings.h
|
||
|
|
||
|
kde_kcfg_DATA = taskbar.kcfg
|