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
590 B
19 lines
590 B
SUBDIRS = po .
|
|
|
|
INCLUDES = -I$(top_builddir)/tderadio3/src $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
libtderadio_LTLIBRARIES = libquickbar.la
|
|
libquickbar_la_SOURCES = buttonflowlayout.cpp quickbar.cpp \
|
|
quickbar-configuration.cpp
|
|
libquickbar_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
|
|
|
|
noinst_HEADERS = buttonflowlayout.h quickbar-configuration.h quickbar.h
|
|
|
|
#messages: rc.cpp
|
|
# $(XGETTEXT) *.cpp *.h -o po/tderadio-gui-quickbar.pot
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) *.rc *.ui >> rc.cpp
|
|
$(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-gui-quickbar.pot
|