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.
19 lines
530 B
19 lines
530 B
15 years ago
|
SUBDIRS = po .
|
||
|
|
||
2 years ago
|
INCLUDES = -I$(top_builddir)/src $(all_includes)
|
||
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
12 years ago
|
libtderadio_LTLIBRARIES = libdocking-menu.la
|
||
15 years ago
|
libdocking_menu_la_SOURCES = docking-configuration.cpp docking.cpp
|
||
|
libdocking_menu_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
|
||
|
|
||
|
noinst_HEADERS = docking-configuration.h docking.h
|
||
|
|
||
|
|
||
|
#messages: rc.cpp
|
||
12 years ago
|
# $(XGETTEXT) *.cpp *.h -o po/tderadio-gui-docking-menu.pot
|
||
15 years ago
|
|
||
|
messages: rc.cpp
|
||
|
$(EXTRACTRC) *.rc *.ui >> rc.cpp
|
||
12 years ago
|
$(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-gui-docking-menu.pot
|