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.
13 lines
386 B
13 lines
386 B
bin_PROGRAMS = kio_media_mounthelper
|
|
|
|
INCLUDES = -I$(srcdir)/../libmediacommon $(all_includes)
|
|
AM_LDFLAGS = $(all_libraries)
|
|
|
|
kio_media_mounthelper_SOURCES = kio_media_mounthelper.cpp decryptdialog.ui dialog.cpp
|
|
|
|
kio_media_mounthelper_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
|
kio_media_mounthelper_LDADD = ../libmediacommon/libmediacommon.la $(LIB_KIO) $(LIB_KDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
|