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.
22 lines
423 B
22 lines
423 B
kde_module_LTLIBRARIES = kcm_usb.la
|
|
|
|
kcm_usb_la_SOURCES = kcmusb.cpp usbdevices.cpp usbdb.cpp
|
|
|
|
kcm_usb_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_usb_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
AM_CPPFLAGS= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.i18n -o $(podir)/kcmusb.pot
|
|
|
|
xdg_apps_DATA = kcmusb.desktop
|
|
|
|
if install_usbids
|
|
usb_DATA = usb.ids
|
|
usbdir = $(kde_datadir)/kcmusb
|
|
endif
|
|
|