summaryrefslogtreecommitdiffstats
path: root/kioslave/media/mounthelper/Makefile.am
blob: 9c03ba688f5a5b6be00ce55b69d2b9c76c3c60be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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